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

Commit

Permalink
travis: Fix build by restricting docker version.
Browse files Browse the repository at this point in the history
This commit forces the docker version used in travis to be 1.11.2-0~trusty.
It seems that some of the network unit tests are not working with the
latest version of docker.

Signed-off-by: Mark Ryan <[email protected]>
  • Loading branch information
Mark Ryan authored and Tim Pepper committed Jul 29, 2016
1 parent 7e1677b commit 09fa87e
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 09fa87e

Please sign in to comment.