Skip to content

Commit 5aa4bc0

Browse files
committed
Fix kafka download URL in travis file
1 parent 5a4481d commit 5aa4bc0

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
@@ -23,8 +23,8 @@ addons:
2323

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

0 commit comments

Comments
 (0)