Skip to content

Commit

Permalink
Upgrade docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
2m committed Oct 3, 2018
1 parent bd4adec commit 0cc42c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ sudo: false
services:
- docker

before_install:
# upgrade to a later docker-compose which supports services.kafka.scale
- sudo rm /usr/local/bin/docker-compose
- curl -L https://github.com/docker/compose/releases/download/1.22.0/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin

script:
- sbt -jvm-opts .jvmopts-travis "$CMD"

Expand Down

0 comments on commit 0cc42c6

Please sign in to comment.