We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ce25b commit 7034a83Copy full SHA for 7034a83
1 file changed
.travis.yml
@@ -66,7 +66,8 @@ addons:
66
67
before_install:
68
- pip install --user cpp-coveralls
69
- - pip install --user pyopenssl ndg-httpsclient pyasn1
+ # building cffi only works sith gcc, not with clang
70
+ - if [ "$CC" = "gcc" ]; then pip install --user pyopenssl ndg-httpsclient pyasn1; fi
71
# Lua is not installed on Travis OSX
72
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install lua; export LUA_PREFIX=/usr/local; fi
73
0 commit comments