Updating travis

This commit is contained in:
Kenny Bastani
2017-01-16 00:09:43 -08:00
parent f260467220
commit ce109ac962

View File

@@ -7,4 +7,4 @@ services:
install: mvn clean install -DskipDockerBuild
before_install:
- docker pull spotify/kafka
- docker run -p 2181:2181 -p 9092:9092 spotify/kafka
- docker run -d -p 2181:2181 -p 9092:9092 spotify/kafka