aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorCharlie Li <vishwin@users.noreply.github.com>2019-04-23 11:07:00 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-04-23 23:07:00 +0800
commit87550626ff995ae61abf441e5e89076cc5a7dd45 (patch)
tree57e2bf18020075fe5be6c3564394b5bf7c7999ca /.travis.yml
parentf709ce5c5ccd4eb96a5551b21293b04909122bf5 (diff)
downloadcryptography-87550626ff995ae61abf441e5e89076cc5a7dd45.tar.gz
cryptography-87550626ff995ae61abf441e5e89076cc5a7dd45.tar.bz2
cryptography-87550626ff995ae61abf441e5e89076cc5a7dd45.zip
Use generic DTLS functions added in LibreSSL 2.9.1 (#4855)
* Use generic DTLS functions added in LibreSSL 2.9.1 While here, bump travis. * Remove LibreSSL 2.9.0 from travis now that 2.9.1 exists. Requested by: @reaperhulk
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cc749667..c031e66f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,7 +60,7 @@ matrix:
- python: 3.7
env: TOXENV=py37 LIBRESSL=2.8.3
- python: 3.7
- env: TOXENV=py37 LIBRESSL=2.9.0
+ env: TOXENV=py37 LIBRESSL=2.9.1
- python: 2.7
services: docker