aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2019-06-03 20:10:19 +0200
committerGitHub <noreply@github.com>2019-06-03 20:10:19 +0200
commit06651ee418b5e4e013195d6b702763a1220706a7 (patch)
tree903b602707d2548c2508ab86ca27aac45ba3230b /.travis.yml
parentRevert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()... (diff)
downloadcpython-06651ee418b5e4e013195d6b702763a1220706a7.tar.gz
cpython-06651ee418b5e4e013195d6b702763a1220706a7.tar.bz2
cpython-06651ee418b5e4e013195d6b702763a1220706a7.zip
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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c1efe24b646..02de997750a 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