Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #419 from tpepper/master
Browse files Browse the repository at this point in the history
travis: Fix build by restricting docker version.
  • Loading branch information
Tim Pepper authored Jul 29, 2016
2 parents 7e1677b + 09fa87e commit 320fc8a
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 @@ -43,7 +43,7 @@ before_script:
script:
- go env
- docker --version
- sudo apt-get install -o Dpkg::Options::="--force-confold" --force-yes -y docker-engine
- sudo apt-get install -o Dpkg::Options::="--force-confold" --force-yes -y docker-engine=1.11.2-0~trusty
- docker --version
- sudo docker pull debian
- sudo ip link add testdummy type dummy
Expand Down

0 comments on commit 320fc8a

Please sign in to comment.