From 7c91187ce34489ac0e1150da6dda9a2bcaf35707 Mon Sep 17 00:00:00 2001 From: Arthur Barr Date: Tue, 31 Oct 2017 16:45:22 +0000 Subject: [PATCH] Update Docker version in Travis --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index ee5ef44..2973abe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,10 @@ services: - docker before_install: + - curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - + - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" + - sudo apt-get update + - sudo apt-get -y install docker-ce - curl https://glide.sh/get | sh - curl -LO https://github.com/golang/dep/releases/download/v0.3.0/dep-linux-amd64.zip - unzip dep-linux-amd64.zip