From 19b21e61e572de499e7f0725602ca65ffb55ddde Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Mon, 11 May 2020 13:05:53 +0200 Subject: [PATCH] :alembic: try to fix SSL issue --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7cc13e93..6eae6e4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -100,7 +100,8 @@ matrix: sources: ['ubuntu-toolchain-r-test'] packages: ['g++-4.9', 'ninja-build'] before_script: - - pip install --user httplib2 cpp-coveralls + - pip install --user urllib3[secure] + - pip install --user cpp-coveralls after_success: - coveralls --build-root test --include include/nlohmann --gcov 'gcov-4.9' --gcov-options '\-lp' env: