mirror of
https://github.com/nlohmann/json.git
synced 2026-05-23 06:35:32 +00:00
⚗️ try to fix SSL issue
This commit is contained in:
+1
-2
@@ -95,13 +95,12 @@ matrix:
|
|||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
dist: bionic
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
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 --upgrade pip
|
|
||||||
- pip install --user urllib3[secure]
|
|
||||||
- pip install --user cpp-coveralls
|
- 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'
|
||||||
|
|||||||
Reference in New Issue
Block a user