diff options
author | Christian Heimes <christian@python.org> | 2019-06-03 18:10:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-03 18:10:19 (GMT) |
commit | 06651ee418b5e4e013195d6b702763a1220706a7 (patch) | |
tree | 903b602707d2548c2508ab86ca27aac45ba3230b /.travis.yml | |
parent | e225bebc1409bcf68db74a35ed3c31222883bf8f (diff) | |
download | cpython-06651ee418b5e4e013195d6b702763a1220706a7.zip cpython-06651ee418b5e4e013195d6b702763a1220706a7.tar.gz cpython-06651ee418b5e4e013195d6b702763a1220706a7.tar.bz2 |
bpo-37081: Test with OpenSSL 1.1.1c (GH-13631)
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c1efe24..02de997 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ cache: env: global: - - OPENSSL=1.1.0i + - OPENSSL=1.1.1c - OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}" - PATH="${OPENSSL_DIR}/bin:$PATH" # Use -O3 because we don't use debugger on Travis-CI |