Skip to content

Commit f117720

Browse files
authored
Merge pull request #248 from filimonov/patch-1
Try to fix travis
2 parents e5dfd50 + 31a58d4 commit f117720

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
@@ -8,7 +8,7 @@ compiler:
88

99
env:
1010
- RDKAFKA_VERSION=v0.9.4
11-
- RDKAFKA_VERSION=v0.11.5
11+
- RDKAFKA_VERSION=v0.11.6
1212

1313
os:
1414
- linux
@@ -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)