diff options
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 |