Explorar el Código

Merge pull request #83 from eapache/fix-travis

Old kafka URL is dead, replace with new one
Willem van Bergen hace 11 años
padre
commit
b8b5d68131
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -5,6 +5,6 @@ go:
 
 before_install:
 - sudo apt-get install zookeeper 2>&1
-- wget http://apache.mirror.nexicom.net/kafka/0.8.1/kafka_2.10-0.8.1.tgz -O kafka.tgz
+- wget http://apache.mirror.nexicom.net/kafka/0.8.1.1/kafka_2.10-0.8.1.1.tgz -O kafka.tgz
 - mkdir -p kafka && tar xzf kafka.tgz -C kafka --strip-components 1
 - nohup bash -c "cd kafka && bin/kafka-server-start.sh config/server.properties &"