Skip to content

Commit

Permalink
Better solution to make coveralls work again.
Browse files Browse the repository at this point in the history
  • Loading branch information
brammool committed Jan 6, 2017
1 parent 7034a83 commit 14a612f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 14a612f

Please sign in to comment.