Skip to content

Commit

Permalink
Upgrade docker-engine on Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Feb 23, 2017
1 parent e87dea6 commit ab7123f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ jdk: oraclejdk8
env:
DOCKER_COMPOSE_VERSION: 1.11.2
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y docker-engine
- sudo rm /usr/local/bin/docker-compose
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
Expand Down

0 comments on commit ab7123f

Please sign in to comment.