diff options
author | Dana Powers <dana.powers@gmail.com> | 2016-05-24 11:02:33 -0700 |
---|---|---|
committer | Dana Powers <dana.powers@gmail.com> | 2016-05-24 11:02:33 -0700 |
commit | a673b1fc7518d103f9f65e09ea51153daa8972c2 (patch) | |
tree | d15421c96213176c413601589b9f2f59a8f20c43 /build_integration.sh | |
parent | 38cb0bd40e894dc590a2b3fd8119e798af01eced (diff) | |
download | kafka-python-a673b1fc7518d103f9f65e09ea51153daa8972c2.tar.gz |
Add kafka 0.10.0.0 to test list
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 0babfa1..53c25bf 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" +OFFICIAL_RELEASES="0.8.1.1 0.8.2.2 0.9.0.1 0.10.0.0" # Useful configuration vars, with sensible defaults if [ -z "$SCALA_VERSION" ]; then |