We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38cb0bd commit a673b1fCopy full SHA for a673b1f
.travis.yml
@@ -13,6 +13,7 @@ env:
13
- KAFKA_VERSION=0.8.1.1
14
- KAFKA_VERSION=0.8.2.2
15
- KAFKA_VERSION=0.9.0.1
16
+ - KAFKA_VERSION=0.10.0.0
17
18
sudo: false
19
build_integration.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Versions available for testing via binary distributions
4
-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"
5
6
# Useful configuration vars, with sensible defaults
7
if [ -z "$SCALA_VERSION" ]; then
0 commit comments