summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2015-10-29 23:24:19 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2015-10-30 01:04:08 -0400
commit0d59d6e44b88abbff759d04bacc11561e0d96cd2 (patch)
tree8dcf8d38b03e3f6d9e7fe143143b7b28592e1061 /.travis.yml
parent82704e60f2394bfd04ce9161f6854a07d1768351 (diff)
downloadpycurl-0d59d6e44b88abbff759d04bacc11561e0d96cd2.tar.gz
Test against libcurl 7.45.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 c54a87c..757612c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,26 +36,26 @@ matrix:
# latest libcurl with each supported SSL backend
- python: 2.7
env:
- - USECURL=7.43.0-gssapi
+ - USECURL=7.45.0-gssapi
- USESSL=openssl
- TESTDOCSEXAMPLES=1
- python: 2.7
env:
- - USECURL=7.43.0-gssapi
+ - USECURL=7.45.0-gssapi
- USESSL=libressl
- USELIBRESSL=2.2.0
- python: 2.7
env:
- - USECURL=7.43.0-gssapi
+ - USECURL=7.45.0-gssapi
- USESSL=gnutls
- python: 2.7
env:
- - USECURL=7.43.0-gssapi
+ - USECURL=7.45.0-gssapi
- USESSL=nss
- python: 2.7
env:
# this configuration should be without gssapi
- - USECURL=7.43.0
+ - USECURL=7.45.0
- USESSL=none
# AVOIDSTDIO tested on one Python version, must be Python 2.x