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 9269315 commit 294740dCopy full SHA for 294740d
1 file changed
.travis.yml
@@ -66,6 +66,7 @@ addons:
66
67
before_install:
68
- pip install --user cpp-coveralls
69
+ - pip install --user requests[security]
70
# Lua is not installed on Travis OSX
71
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install lua; export LUA_PREFIX=/usr/local; fi
72
0 commit comments