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

Another attempt to make coveralls work.

This commit is contained in:
Bram Moolenaar 2017-01-06 15:37:45 +01:00
parent 294740d2ac
commit a4ce25bd98

View File

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