Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 6989e55

Browse files
committed
Updated Travis script to use latest version of docker
1 parent 00acf8d commit 6989e55

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
sudo: required
22
before_install:
3+
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
4+
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
35
- sudo apt-get update
46
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
5-
- docker version
7+
- docker --version
8+
69
services:
710
- docker
811

0 commit comments

Comments
 (0)