aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-10-19 20:06:19 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-10-20 08:06:19 +0800
commit36fca964f36ee14b508efc182f074e6946e7cb83 (patch)
treefa900f6a2cec3b94f828c6425df4bac2992e9f4b /.travis.yml
parentd2df398bcdcfa1e5aae0ca0291251aa66a751e55 (diff)
downloadcryptography-36fca964f36ee14b508efc182f074e6946e7cb83.tar.gz
cryptography-36fca964f36ee14b508efc182f074e6946e7cb83.tar.bz2
cryptography-36fca964f36ee14b508efc182f074e6946e7cb83.zip
Add testing with LibreSSL 2.8.2 (#4501)
* Add testing with LibreSSL 2.8.2 * Drop librsesl 2.4.5
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 51a51f6e..faa3527b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,11 +50,11 @@ matrix:
- python: 3.7
env: TOXENV=py37 OPENSSL=1.1.1
- python: 3.7
- env: TOXENV=py37 LIBRESSL=2.4.5
- - python: 3.7
env: TOXENV=py37 LIBRESSL=2.6.5
- python: 3.7
env: TOXENV=py37 LIBRESSL=2.7.4
+ - python: 3.7
+ env: TOXENV=py37 LIBRESSL=2.8.2
- python: 3.6
env: TOXENV=docs OPENSSL=1.1.0i
addons: