Skip to content

Commit 1a981f2

Browse files
authored
Merge pull request mfontanini#196 from mfontanini/travis-fix
Fix kafka URL in travis build
2 parents 4b25f92 + 8eb7751 commit 1a981f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ addons:
2222
- zookeeperd
2323

2424
before_script:
25-
- KAFKA_VERSION=2.11-1.0.2
26-
- wget http://apache.cs.utah.edu/kafka/1.0.2/kafka_$KAFKA_VERSION.tgz
25+
- KAFKA_VERSION=2.11-2.2.0
26+
- wget http://apache.cs.utah.edu/kafka/2.2.0/kafka_$KAFKA_VERSION.tgz
2727
- tar xvzf kafka_$KAFKA_VERSION.tgz
2828
- ./kafka_$KAFKA_VERSION/bin/kafka-server-start.sh ./kafka_$KAFKA_VERSION/config/server.properties > /dev/null 2> /dev/null &
2929
- git clone https://github.com/edenhill/librdkafka.git

0 commit comments

Comments
 (0)