Skip to content

Commit

Permalink
Add kafka 0.10.0.0 to test list
Browse files Browse the repository at this point in the history
  • Loading branch information
dpkp committed May 24, 2016
1 parent 38cb0bd commit a673b1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build_integration.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a673b1f

Please sign in to comment.