From 4fbb407b6ca5213f36e1e3fd1ec4a0743fa2e089 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 8 Jun 2018 20:55:43 -0400 Subject: Test certbot with OpenSSL 1.1.0 (#4278) Their tests appear to require ALPN now, and the OpenSSL 1.0.1 that comes with the travis image doesn't have ALPN. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ff4ec0bd..7289e6ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,7 +63,7 @@ matrix: - python: 2.7 env: DOWNSTREAM=aws-encryption-sdk - python: 2.7 - env: DOWNSTREAM=certbot + env: DOWNSTREAM=certbot OPENSSL=1.1.0h - python: 2.7 env: DOWNSTREAM=certbot-josepy - python: 2.7 -- cgit v1.2.3