Merge pull request #143 from mfontanini/fix-travis

Fix kafka download URL in travis file
This commit is contained in:
Matias Fontanini
2018-11-26 20:03:07 -08:00
committed by GitHub

View File

@@ -23,8 +23,8 @@ addons:
before_script:
- service zookeeper start
- KAFKA_VERSION=2.11-1.0.0
- wget http://apache.cs.utah.edu/kafka/1.0.0/kafka_$KAFKA_VERSION.tgz
- KAFKA_VERSION=2.11-1.0.2
- wget http://apache.cs.utah.edu/kafka/1.0.2/kafka_$KAFKA_VERSION.tgz
- tar xvzf kafka_$KAFKA_VERSION.tgz
- ./kafka_$KAFKA_VERSION/bin/kafka-server-start.sh ./kafka_$KAFKA_VERSION/config/server.properties > /dev/null 2> /dev/null &
- git clone https://github.com/edenhill/librdkafka.git