summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2016-10-23 12:01:27 -0700
committerDana Powers <dana.powers@gmail.com>2016-10-23 12:01:27 -0700
commit221b58f3facd632ee5f6083823c429f150f74dd5 (patch)
tree9a01be6a8caf18f4f98728cc3637d6f71930f9f5
parent6fa07665843a0ce6795896df283aefead3f58b3b (diff)
downloadkafka-python-221b58f3facd632ee5f6083823c429f150f74dd5.tar.gz
Move 0.10 integration testing to 0.10.1.0
-rw-r--r--.travis.yml2
-rwxr-xr-xbuild_integration.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a660f41..3d0683b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ env:
- KAFKA_VERSION=0.8.1.1
- KAFKA_VERSION=0.8.2.2
- KAFKA_VERSION=0.9.0.1
- - KAFKA_VERSION=0.10.0.1
+ - KAFKA_VERSION=0.10.1.0
sudo: false
diff --git a/build_integration.sh b/build_integration.sh
index fabf656..69114d8 100755
--- a/build_integration.sh
+++ b/build_integration.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# Versions available for testing via binary distributions
-OFFICIAL_RELEASES="0.8.1.1 0.8.2.2 0.9.0.1 0.10.0.1"
+OFFICIAL_RELEASES="0.8.1.1 0.8.2.2 0.9.0.1 0.10.1.0"
# Useful configuration vars, with sensible defaults
if [ -z "$SCALA_VERSION" ]; then