summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2017-08-13 13:00:17 -0700
committerGitHub <noreply@github.com>2017-08-13 13:00:17 -0700
commitb66f927cefd0c98110a2a2f12a481f79351a0f72 (patch)
tree86c4cc555919185731b4295426c9ddb590c1673a /.travis.yml
parent4b32b2e733294f0ee2447ca239e5cc9e2fef2fe4 (diff)
downloadkafka-python-b66f927cefd0c98110a2a2f12a481f79351a0f72.tar.gz
Add 0.11.0.0 to travis test matrix, remove 0.10.1.1; use scala 2.11 artifacts (#1176)
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 3db56d1..21d4d79 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,8 +10,8 @@ python:
env:
- KAFKA_VERSION=0.8.2.2
- KAFKA_VERSION=0.9.0.1
- - KAFKA_VERSION=0.10.1.1
- KAFKA_VERSION=0.10.2.1
+ - KAFKA_VERSION=0.11.0.0
sudo: false