changeset 10505:b0cd1a60939c

commit https://github.com/vim/vim/commit/294740d2ac42e3dfdc7f0f6f02a6e2ff2d17c848 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 6 15:28:44 2017 +0100 Attempt to make coverage working again.
author Christian Brabandt <cb@256bit.org>
date Fri, 06 Jan 2017 15:30:04 +0100
parents 8a56542d8e0d
children fce840fe075c
files .travis.yml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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