aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-07-10 21:39:11 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-07-11 07:09:11 +0530
commite74a263112847bf856c12128ce45f8d3ac2d116a (patch)
tree62c0015abd3297c6ad7484e9ce3f8199eb8926bf /.travis.yml
parent05affa665700b7dc0e5aff427c943614a436615e (diff)
downloadcryptography-e74a263112847bf856c12128ce45f8d3ac2d116a.tar.gz
cryptography-e74a263112847bf856c12128ce45f8d3ac2d116a.tar.bz2
cryptography-e74a263112847bf856c12128ce45f8d3ac2d116a.zip
bump to latest libressl versions (#4329)
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 0c686277..4288eb4e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,9 +44,9 @@ matrix:
- python: 3.6
env: TOXENV=py36 LIBRESSL=2.4.5
- python: 3.6
- env: TOXENV=py36 LIBRESSL=2.6.4
+ env: TOXENV=py36 LIBRESSL=2.6.5
- python: 3.6
- env: TOXENV=py36 LIBRESSL=2.7.3
+ env: TOXENV=py36 LIBRESSL=2.7.4
- python: 3.6
env: TOXENV=docs OPENSSL=1.1.0h
addons: