aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-09-26 00:03:42 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2016-09-26 01:03:42 -0400
commit50bbc96a968faa5163194af9e890defd59ef763c (patch)
tree550391f9573a52ab1abe4f2263fe21a9901e4d7d
parent1a7c9748119c67c60fd5e9cfdf34f0fec6fae0f4 (diff)
downloadcryptography-50bbc96a968faa5163194af9e890defd59ef763c.tar.gz
cryptography-50bbc96a968faa5163194af9e890defd59ef763c.tar.bz2
cryptography-50bbc96a968faa5163194af9e890defd59ef763c.zip
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
-rw-r--r--.travis.yml2
-rwxr-xr-x.travis/install.sh4
-rwxr-xr-x.travis/run.sh2
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