Skip to content

Commit 3ffb0f1

Browse files
authored
Merge pull request #151 from mfontanini/travis-fix
Fix travis build
2 parents f14a4b9 + 7c5616d commit 3ffb0f1

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)