瀏覽代碼

Travis: Fixed SSL error problem with coveralls

Benoit Blanchon 9 年之前
父節點
當前提交
cb908a2373
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/travis/coverage.sh

+ 1 - 1
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