From 487585fd17c294413dd6a6e5d627f416f628be4c Mon Sep 17 00:00:00 2001 From: filimonov <1549571+filimonov@users.noreply.github.com> Date: Fri, 22 May 2020 00:10:49 +0200 Subject: [PATCH] Try to fix travis Old URL returns 404, picked new from official webpage: https://kafka.apache.org/downloads --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 76549de..f89d932 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ addons: before_script: - KAFKA_VERSION=2.11-2.2.0 - - wget http://apache.cs.utah.edu/kafka/2.2.0/kafka_$KAFKA_VERSION.tgz + - wget https://archive.apache.org/dist/kafka/2.2.0/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