From dcc9fe5417f820fe4c2b1673b41f7022d536c80d Mon Sep 17 00:00:00 2001 From: Andrew Rynhard Date: Tue, 4 Jul 2017 12:17:25 -0700 Subject: [PATCH] chore(ci): use the stable Docker repository (#15) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4bd46b98..54060681 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ install: - sudo apt-get -y update - sudo apt-get -y install apt-transport-https ca-certificates curl software-properties-common - 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) edge" + - 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 - go get github.com/autonomy/conform