⚗️ try to fix SSL issue
This commit is contained in:
parent
697305819f
commit
19b21e61e5
1 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,8 @@ matrix:
|
||||||
sources: ['ubuntu-toolchain-r-test']
|
sources: ['ubuntu-toolchain-r-test']
|
||||||
packages: ['g++-4.9', 'ninja-build']
|
packages: ['g++-4.9', 'ninja-build']
|
||||||
before_script:
|
before_script:
|
||||||
- pip install --user httplib2 cpp-coveralls
|
- pip install --user urllib3[secure]
|
||||||
|
- pip install --user cpp-coveralls
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls --build-root test --include include/nlohmann --gcov 'gcov-4.9' --gcov-options '\-lp'
|
- coveralls --build-root test --include include/nlohmann --gcov 'gcov-4.9' --gcov-options '\-lp'
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue