# HG changeset patch # User Christian Brabandt # Date 1483713004 -3600 # Node ID b0cd1a60939c1c7a397845bd7ae00526ecbc0f61 # Parent 8a56542d8e0df99ba06b4e96e184dc431016e268 commit https://github.com/vim/vim/commit/294740d2ac42e3dfdc7f0f6f02a6e2ff2d17c848 Author: Bram Moolenaar Date: Fri Jan 6 15:28:44 2017 +0100 Attempt to make coverage working again. diff --git a/.travis.yml b/.travis.yml --- 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