⚗️ try to fix SSL issue

This commit is contained in:
Niels Lohmann 2020-05-11 13:19:22 +02:00
parent 19b21e61e5
commit 8389c1961b
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -100,6 +100,7 @@ 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 --upgrade pip
- pip install --user urllib3[secure] - pip install --user urllib3[secure]
- pip install --user cpp-coveralls - pip install --user cpp-coveralls
after_success: after_success: