Merge pull request #151 from mfontanini/travis-fix

Fix travis build
This commit is contained in:
Matias Fontanini
2018-12-16 10:15:33 -08:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
language: cpp
sudo: false
sudo: required
compiler:
- gcc
@@ -22,7 +22,6 @@ addons:
- zookeeperd
before_script:
- service zookeeper start
- 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