diff options
author | Christian Heimes <christian@python.org> | 2019-09-11 16:45:52 (GMT) |
---|---|---|
committer | Stéphane Wirtel <stephane@wirtel.be> | 2019-09-11 16:45:52 (GMT) |
commit | 58ab13479d854491ac9207bacfae25e8b18b044a (patch) | |
tree | 148425f386074216bdd75e67dabf3b78b73a6247 /.travis.yml | |
parent | 5a56ce4a0e820fefcd598b94715a7ff7e199858d (diff) | |
download | cpython-58ab13479d854491ac9207bacfae25e8b18b044a.zip cpython-58ab13479d854491ac9207bacfae25e8b18b044a.tar.gz cpython-58ab13479d854491ac9207bacfae25e8b18b044a.tar.bz2 |
bpo-38117: Test with OpenSSL 1.1.1d (GH-15983)
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 98b3339..d4275fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ cache: env: global: - - OPENSSL=1.1.1c + - OPENSSL=1.1.1d - OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}" - PATH="${OPENSSL_DIR}/bin:$PATH" - CFLAGS="-I${OPENSSL_DIR}/include" |