We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3accee8 commit 1b36eaeCopy full SHA for 1b36eae
.travis.yml
@@ -38,6 +38,11 @@ env:
38
- IMAGE_NAME: registry.hub.docker.com/$TRAVIS_REPO_SLUG
39
- ARTIFACTS_PATH: $TRAVIS_BUILD_DIR/artifacts
40
41
+addons:
42
+ apt:
43
+ packages:
44
+ - docker-ce
45
+
46
before_install:
47
- sudo rm /usr/local/bin/docker-compose
48
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
0 commit comments