mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
Attempt to make coverage working again.
This commit is contained in:
@@ -66,6 +66,7 @@ addons:
|
||||
|
||||
before_install:
|
||||
- pip install --user cpp-coveralls
|
||||
- pip install --user requests[security]
|
||||
# Lua is not installed on Travis OSX
|
||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install lua; export LUA_PREFIX=/usr/local; fi
|
||||
|
||||
|
Reference in New Issue
Block a user