Skip to content

Commit

Permalink
fixing travis
Browse files Browse the repository at this point in the history
  • Loading branch information
krystianity committed Apr 20, 2018
1 parent 99fa3cd commit c7a6310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ script:
- mocha --exit --timeout 60000 -R spec test/int/*

before_install:
- wget http://www.us.apache.org/dist/kafka/0.10.2.0/kafka_2.10-0.10.2.0.tgz -O kafka.tgz

This comment has been minimized.

Copy link
@afuerhoff420

afuerhoff420 Mar 19, 2019

- wget http://www.us.apache.org/dist/kafka
- wget http://www.us.apache.org/dist/kafka/1.1.0/kafka_2.12-1.1.0.tgz -O kafka.tgz
- mkdir -p kafka && tar xzf kafka.tgz -C kafka --strip-components 1
- nohup bash -c "cd kafka && bin/zookeeper-server-start.sh config/zookeeper.properties &"
- nohup bash -c "cd kafka && bin/kafka-server-start.sh config/server.properties &"
Expand Down

0 comments on commit c7a6310

Please sign in to comment.