Skip to content

Commit a673b1f

Browse files
committed
Add kafka 0.10.0.0 to test list
1 parent 38cb0bd commit a673b1f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313
- KAFKA_VERSION=0.8.1.1
1414
- KAFKA_VERSION=0.8.2.2
1515
- KAFKA_VERSION=0.9.0.1
16+
- KAFKA_VERSION=0.10.0.0
1617

1718
sudo: false
1819

build_integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Versions available for testing via binary distributions
4-
OFFICIAL_RELEASES="0.8.1.1 0.8.2.2 0.9.0.1"
4+
OFFICIAL_RELEASES="0.8.1.1 0.8.2.2 0.9.0.1 0.10.0.0"
55

66
# Useful configuration vars, with sensible defaults
77
if [ -z "$SCALA_VERSION" ]; then

0 commit comments

Comments
 (0)