Skip to content

Commit e283913

Browse files
committed
Fixing travis
1 parent ce86af3 commit e283913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ services:
77
install: mvn clean install -DskipDockerBuild
88
before_install:
99
- docker pull spotify/kafka
10-
- docker run -d -p 2181:2181 -p 9092:9092 spotify/kafka --env ADVERTISED_HOST=127.0.0.1 --env ADVERTISED_PORT=9092
10+
- docker run -d -p 2181:2181 -p 9092:9092 --env ADVERTISED_HOST=127.0.0.1 --env ADVERTISED_PORT=9092 spotify/kafka

0 commit comments

Comments
 (0)