Skip to content

Commit 7c91187

Browse files
committed
Update Docker version in Travis
1 parent 3cc1a09 commit 7c91187

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ services:
88
- docker
99

1010
before_install:
11+
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
12+
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
13+
- sudo apt-get update
14+
- sudo apt-get -y install docker-ce
1115
- curl https://glide.sh/get | sh
1216
- curl -LO https://github.com/golang/dep/releases/download/v0.3.0/dep-linux-amd64.zip
1317
- unzip dep-linux-amd64.zip

0 commit comments

Comments
 (0)