From: Bram Moolenaar Date: Fri, 6 Jan 2017 14:28:44 +0000 (+0100) Subject: Attempt to make coverage working again. X-Git-Tag: v8.0.0145~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=294740d2ac42e3dfdc7f0f6f02a6e2ff2d17c848;p=vim Attempt to make coverage working again. --- diff --git a/.travis.yml b/.travis.yml index d4472f20b..65790db30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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