mirror of
https://github.com/vim/vim.git
synced 2026-02-19 11:53:56 +01: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