From 50bbc96a968faa5163194af9e890defd59ef763c Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 26 Sep 2016 00:03:42 -0500 Subject: test against 1.1.0a instead of 1.1.0 (#3170) * test against 1.1.0a instead of 1.1.0 * change the dir to foil travis caching --- .travis.yml | 2 +- .travis/install.sh | 4 ++-- .travis/run.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 29cdc06f..4719741d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ cache: directories: - $HOME/.cache/pip - $HOME/ossl-100t - - $HOME/ossl-110 + - $HOME/ossl-110a matrix: include: diff --git a/.travis/install.sh b/.travis/install.sh index 4dfa7ee7..ecacc147 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -65,8 +65,8 @@ else OPENSSL_DIR="ossl-100t" fi if [[ "${OPENSSL}" == "1.1.0" ]]; then - OPENSSL_VERSION_NUMBER="1.1.0" - OPENSSL_DIR="ossl-110" + OPENSSL_VERSION_NUMBER="1.1.0a" + OPENSSL_DIR="ossl-110a" fi # download, compile, and install if it's not already present via travis # cache diff --git a/.travis/run.sh b/.travis/run.sh index 22beba06..8dd3a0c7 100755 --- a/.travis/run.sh +++ b/.travis/run.sh @@ -30,7 +30,7 @@ else OPENSSL_DIR="ossl-100t" fi if [[ "${OPENSSL}" == "1.1.0" ]]; then - OPENSSL_DIR="ossl-110" + OPENSSL_DIR="ossl-110a" fi if [ -n "$OPENSSL_DIR" ]; then -- cgit v1.2.3