diff --git a/.travis.yml b/.travis.yml index 8939f9c..6ffd64d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +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 sudo: false 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