Merge pull request #262 from twrobel3/feature/fixTravisBuild

Update docker dependency version to fix Tavis builds
This commit is contained in:
Matthias Kadenbach 2017-07-07 22:45:46 -07:00 committed by GitHub
commit 8439d7195f
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ services:
install:
- make deps
- (cd $GOPATH/src/github.com/docker/docker && git fetch --all --tags --prune && git checkout v1.13.0)
- sudo apt-get update && sudo apt-get install docker-engine=1.13.0*
- (cd $GOPATH/src/github.com/docker/docker && git fetch --all --tags --prune && git checkout v17.05.0-ce)
- sudo apt-get update && sudo apt-get install docker-ce=17.05.0*
- go get github.com/mattn/goveralls
script: