summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2015-12-12 16:34:20 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2015-12-12 18:46:27 -0500
commit3c27ff20fa3345ae9b37790231e8671091a964dd (patch)
tree7bcbde802387d4228c0942d2205882f668124bc9 /.travis.yml
parent19e9b0ecec60af1da1d1e3792d68bb90a5ed3807 (diff)
downloadpycurl-3c27ff20fa3345ae9b37790231e8671091a964dd.tar.gz
Try building against libcurl 7.46.0
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index f23da5a..32f4c75 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,27 +36,27 @@ matrix:
# latest libcurl with each supported SSL backend
- python: 2.7
env:
- - USECURL=7.45.0-gssapi-libssh2
+ - USECURL=7.46.0-gssapi-libssh2
- USESSL=openssl
- TESTDOCSEXAMPLES=1
- python: 2.7
env:
- - USECURL=7.45.0-gssapi-libssh2
+ - USECURL=7.46.0-gssapi-libssh2
- USESSL=libressl
- USELIBRESSL=2.2.0
- python: 2.7
env:
- # libcurl 7.45.0 does not build against gnutls in travis/ubuntu 12.04
+ # libcurl 7.45.0+ does not build against gnutls in travis/ubuntu 12.04
- USECURL=7.44.0-gssapi-libssh2
- USESSL=gnutls
- python: 2.7
env:
- - USECURL=7.45.0-gssapi-libssh2
+ - USECURL=7.46.0-gssapi-libssh2
- USESSL=nss
- python: 2.7
env:
# this configuration should be without gssapi
- - USECURL=7.45.0
+ - USECURL=7.46.0
- USESSL=none
# AVOIDSTDIO tested on one Python version, must be Python 2.x