Skip to content

Commit 487585f

Browse files
authored
Try to fix travis
Old URL returns 404, picked new from official webpage: https://kafka.apache.org/downloads
1 parent 006642c commit 487585f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ addons:
2323

2424
before_script:
2525
- KAFKA_VERSION=2.11-2.2.0
26-
- wget http://apache.cs.utah.edu/kafka/2.2.0/kafka_$KAFKA_VERSION.tgz
26+
- wget https://archive.apache.org/dist/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)