# HG changeset patch # User Christian Brabandt # Date 1483717504 -3600 # Node ID 338bab9e417a6e043f5f0be2cf6b5fc792f459f6 # Parent 4414d4267cc27ae14b49722e7d0d34e188aee11e commit https://github.com/vim/vim/commit/14a612fa2e5705547d0687ac07abc200c9359125 Author: Bram Moolenaar Date: Fri Jan 6 16:35:04 2017 +0100 Better solution to make coveralls work again. diff --git a/.travis.yml b/.travis.yml --- a/.travis.yml +++ b/.travis.yml @@ -66,8 +66,9 @@ addons: before_install: - pip install --user cpp-coveralls + # needed for https support for coveralls # building cffi only works sith gcc, not with clang - - if [ "$CC" = "gcc" ]; then pip install --user pyopenssl ndg-httpsclient pyasn1; fi + - CC=gcc 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