0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

Attempt to make coverage working again.

This commit is contained in:
Bram Moolenaar 2017-01-06 15:28:44 +01:00
parent 9269315f63
commit 294740d2ac

View File

@ -66,6 +66,7 @@ addons:
before_install: before_install:
- pip install --user cpp-coveralls - pip install --user cpp-coveralls
- pip install --user requests[security]
# Lua is not installed on Travis OSX # Lua is not installed on Travis OSX
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install lua; export LUA_PREFIX=/usr/local; fi - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install lua; export LUA_PREFIX=/usr/local; fi