]> granicus.if.org Git - vim/commitdiff
Better solution to make coveralls work again.
authorBram Moolenaar <Bram@vim.org>
Fri, 6 Jan 2017 15:35:04 +0000 (16:35 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 6 Jan 2017 15:35:04 +0000 (16:35 +0100)
.travis.yml

index d5a288fac9819e7126abd1dbd2b63dbaa41de7e5..2bda14da48888b8ce849e7a7423b61d5166ba4cf 100644 (file)
@@ -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