Use sudo: required in travis file

This commit is contained in:
Matias Fontanini
2018-12-16 09:54:53 -08:00
parent f14a4b9e8c
commit 7c5616da07

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