We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14a4b9 commit 7c5616dCopy full SHA for 7c5616d
.travis.yml
@@ -1,6 +1,6 @@
1
language: cpp
2
3
-sudo: false
+sudo: required
4
5
compiler:
6
- gcc
@@ -22,7 +22,6 @@ addons:
22
- zookeeperd
23
24
before_script:
25
- - service zookeeper start
26
- KAFKA_VERSION=2.11-1.0.2
27
- wget http://apache.cs.utah.edu/kafka/1.0.2/kafka_$KAFKA_VERSION.tgz
28
- tar xvzf kafka_$KAFKA_VERSION.tgz
0 commit comments