Skip to content

Commit 53acd69

Browse files
committed
update docker version
1 parent 459d159 commit 53acd69

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ services:
33
- docker
44
script:
55
- npm run docker-check
6+
before_install:
7+
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
8+
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
9+
- sudo apt-get update
10+
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
611
deploy:
712
provider: script
813
skip_cleanup: true
@@ -11,7 +16,3 @@ deploy:
1116
only:
1217
- dev
1318
- master
14-
addons:
15-
apt:
16-
packages:
17-
- docker-ce

0 commit comments

Comments
 (0)