summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rwxr-xr-xbuild_integration.sh2
-rw-r--r--docs/tests.rst6
3 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 6ffd64d..a660f41 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.0
+ - KAFKA_VERSION=0.10.0.1
sudo: false
diff --git a/build_integration.sh b/build_integration.sh
index 53c25bf..fabf656 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.0"
+OFFICIAL_RELEASES="0.8.1.1 0.8.2.2 0.9.0.1 0.10.0.1"
# Useful configuration vars, with sensible defaults
if [ -z "$SCALA_VERSION" ]; then
diff --git a/docs/tests.rst b/docs/tests.rst
index 81ee888..983790d 100644
--- a/docs/tests.rst
+++ b/docs/tests.rst
@@ -49,7 +49,7 @@ Integration tests
.. code:: bash
- KAFKA_VERSION=0.10.0.0 tox -e py27
+ KAFKA_VERSION=0.10.0.1 tox -e py27
KAFKA_VERSION=0.8.2.2 tox -e py35
@@ -60,8 +60,8 @@ kafka server binaries:
./build_integration.sh
-By default, this will install 0.8.1.1, 0.8.2.2, 0.9.0.1, and 0.10.0.0 brokers into the
-servers/ directory. To install a specific version, set `KAFKA_VERSION=1.2.3`:
+By default, this will install 0.8.1.1, 0.8.2.2, 0.9.0.1, and 0.10.0.1 brokers into the
+servers/ directory. To install a specific version, set `KAFKA_VERSION=0.9.0.0`:
.. code:: bash