From cb908a2373f44cf14fa92b0ccc35078966af7fd8 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Wed, 28 Dec 2016 20:22:07 +0100 Subject: [PATCH] Travis: Fixed SSL error problem with coveralls --- scripts/travis/coverage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis/coverage.sh b/scripts/travis/coverage.sh index 592a2241..20de1e6a 100755 --- a/scripts/travis/coverage.sh +++ b/scripts/travis/coverage.sh @@ -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