diff options
author | Dana Powers <dana.powers@gmail.com> | 2017-10-08 10:01:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-08 10:01:03 -0700 |
commit | 7305f03ff0758dad811d51f5e21006f273bb4dc2 (patch) | |
tree | f7b5883a6f4308ceca3f39cce9f5db6b1eab790b /build_integration.sh | |
parent | 87e5d1625968c214d2ad6c198ec526ef484f3688 (diff) | |
download | kafka-python-7305f03ff0758dad811d51f5e21006f273bb4dc2.tar.gz |
Update to 0.11.0.1 for travis test fixture; use as default if unspecified (#1244)
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 28e501d..7ea22ef 100755 --- a/build_integration.sh +++ b/build_integration.sh @@ -1,6 +1,6 @@ #!/bin/bash -: ${ALL_RELEASES:="0.8.2.2 0.9.0.1 0.10.1.1 0.10.2.1 0.11.0.0"} +: ${ALL_RELEASES:="0.8.2.2 0.9.0.1 0.10.1.1 0.10.2.1 0.11.0.1"} : ${SCALA_VERSION:=2.11} : ${DIST_BASE_URL:=https://archive.apache.org/dist/kafka/} : ${KAFKA_SRC_GIT:=https://github.com/apache/kafka.git} |