Skip to content

Commit 012c07a

Browse files
authored
Merge pull request #319 from djs55/fix-travis
travis: remove docker-ce version pin
2 parents 75434cd + c197e68 commit 012c07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ before_install: # update to 17.05 to get multistage builds
99
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
1010
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) edge"
1111
- sudo apt-get update
12-
- sudo apt-get -y install docker-ce=17.05.0~ce-0~ubuntu-trusty
12+
- sudo apt-get -y install docker-ce
1313

1414
script:
1515
- cd go && make build-in-container

0 commit comments

Comments
 (0)