Skip to content

Commit 7c5616d

Browse files
committed
Use sudo: required in travis file
1 parent f14a4b9 commit 7c5616d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: cpp
22

3-
sudo: false
3+
sudo: required
44

55
compiler:
66
- gcc
@@ -22,7 +22,6 @@ addons:
2222
- zookeeperd
2323

2424
before_script:
25-
- service zookeeper start
2625
- KAFKA_VERSION=2.11-1.0.2
2726
- wget http://apache.cs.utah.edu/kafka/1.0.2/kafka_$KAFKA_VERSION.tgz
2827
- tar xvzf kafka_$KAFKA_VERSION.tgz

0 commit comments

Comments
 (0)