Skip to content

Commit

Permalink
Updating Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
kbastani committed Jun 29, 2021
1 parent add7950 commit 3eef007
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
language: java
jdk:
- oraclejdk8
- oraclejdk16
services:
- redis
- docker
install: mvn clean install -DskipDockerBuild -Dlogging.level.org=error
before_install:
- docker pull spotify/kafka
- docker run -d -p 2181:2181 -p 9092:9092 --env ADVERTISED_HOST=127.0.0.1 --env ADVERTISED_PORT=9092 spotify/kafka
install: mvn clean install -Dlogging.level.org=error

0 comments on commit 3eef007

Please sign in to comment.