Skip to content

Commit

Permalink
chore(ci): use the stable Docker repository (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrynhard authored Jul 4, 2017
1 parent d37461a commit dcc9fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dcc9fe5

Please sign in to comment.