Travis: Fixed SSL error problem with coveralls

This commit is contained in:
Benoit Blanchon
2016-12-28 20:22:07 +01:00
parent cecbcd1929
commit cb908a2373

View File

@ -6,5 +6,5 @@ curl https://cmake.org/files/v3.4/cmake-3.4.0-Linux-x86_64.tar.gz | tar xz -C /t
make
make test
pip install --user cpp-coveralls
pip install --user cpp-coveralls 'requests[security]'
coveralls --exclude third-party --gcov-options '\-lp'; fi