From 697305819f6a74c2116b5dc8592e611fcbc820fa Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Mon, 11 May 2020 12:37:24 +0200 Subject: [PATCH] :alembic: try to fix SSL issue --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3a3265fa..7cc13e93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -100,7 +100,7 @@ matrix: sources: ['ubuntu-toolchain-r-test'] packages: ['g++-4.9', 'ninja-build'] before_script: - - pip install --user requests[security] cpp-coveralls + - pip install --user httplib2 cpp-coveralls after_success: - coveralls --build-root test --include include/nlohmann --gcov 'gcov-4.9' --gcov-options '\-lp' env: