Skip to content

Commit 14a612f

Browse files
committed
Better solution to make coveralls work again.
1 parent 7034a83 commit 14a612f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ addons:
6666

6767
before_install:
6868
- pip install --user cpp-coveralls
69+
# needed for https support for coveralls
6970
# building cffi only works sith gcc, not with clang
70-
- if [ "$CC" = "gcc" ]; then pip install --user pyopenssl ndg-httpsclient pyasn1; fi
71+
- CC=gcc pip install --user pyopenssl ndg-httpsclient pyasn1
7172
# Lua is not installed on Travis OSX
7273
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install lua; export LUA_PREFIX=/usr/local; fi
7374

0 commit comments

Comments
 (0)