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 f57900a commit a92de39Copy full SHA for a92de39
.travis.yml
@@ -23,7 +23,7 @@ env:
23
24
before_install:
25
- sudo apt-get update
26
-- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-engine
+- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
27
- nvm install 7
28
- nvm use 7
29
- if [ -f ${DOCKER_CACHE_FILE} ]; then gunzip -c ${DOCKER_CACHE_FILE} | docker load; fi
0 commit comments