Skip to content

Commit

Permalink
Update docker for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 21, 2019
1 parent 3accee8 commit 1b36eae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ env:
- IMAGE_NAME: registry.hub.docker.com/$TRAVIS_REPO_SLUG
- ARTIFACTS_PATH: $TRAVIS_BUILD_DIR/artifacts

addons:
apt:
packages:
- docker-ce

before_install:
- 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
Expand Down

0 comments on commit 1b36eae

Please sign in to comment.