From 294740d2ac42e3dfdc7f0f6f02a6e2ff2d17c848 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 6 Jan 2017 15:28:44 +0100 Subject: [PATCH] Attempt to make coverage working again. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1