Add kafka 0.10.0.0 to test list

This commit is contained in:
Dana Powers 2016-05-24 11:02:33 -07:00
parent 38cb0bd40e
commit a673b1fc75
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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