diff options
author | Dana Powers <dana.powers@rd.io> | 2014-08-12 21:58:22 -0700 |
---|---|---|
committer | Dana Powers <dana.powers@rd.io> | 2014-08-13 08:14:33 -0700 |
commit | e35835719ea32b914f6c19b4e16ae9a0007b18f5 (patch) | |
tree | 62e6a1907e4dfa40985a3038c8ec76ee7206859d /build_integration.sh | |
parent | d629b57a8037627a45119f40234184204a5b0995 (diff) | |
download | kafka-python-e35835719ea32b914f6c19b4e16ae9a0007b18f5.tar.gz |
Add kafka 0.8.1.1 to integration tests.
- previous 0.8.1 src appears to have actually been 0.8.1.1
based on git submodule commit. So technically this adds back 0.8.1
to the test suite.
Diffstat (limited to 'build_integration.sh')
-rwxr-xr-x | build_integration.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_integration.sh b/build_integration.sh index 3b9b4a7..0166de7 100755 --- a/build_integration.sh +++ b/build_integration.sh @@ -4,7 +4,7 @@ if [ -z "$SCALA_VERSION" ]; then SCALA_VERSION=2.8.0 fi if [ -z "$KAFKA_VERSION" && -z "$TRAVIS" ]; then - KAFKA_VERSION="0.8.0 0.8.1" + KAFKA_VERSION="0.8.0 0.8.1 0.8.1.1" fi pushd servers mkdir -p dist |