Skip to content

Commit 1b36eae

Browse files
committed
Update docker for travis.
1 parent 3accee8 commit 1b36eae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ env:
3838
- IMAGE_NAME: registry.hub.docker.com/$TRAVIS_REPO_SLUG
3939
- ARTIFACTS_PATH: $TRAVIS_BUILD_DIR/artifacts
4040

41+
addons:
42+
apt:
43+
packages:
44+
- docker-ce
45+
4146
before_install:
4247
- sudo rm /usr/local/bin/docker-compose
4348
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose

0 commit comments

Comments
 (0)