Skip to content

Commit

Permalink
Test Docker 0.8.0 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bfirsh committed Feb 7, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a8bc51b commit 049a101
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,9 @@ python:
- '2.7'
- '3.2'
- '3.3'
env:
- DOCKER_VERSION=0.7.6
- DOCKER_VERSION=0.8.0
matrix:
allow_failures:
- python: '3.2'
2 changes: 1 addition & 1 deletion script/travis-install
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ sudo sh -c "echo deb http://get.docker.io/ubuntu docker main > /etc/apt/sources.
sudo apt-get update
echo exit 101 | sudo tee /usr/sbin/policy-rc.d
sudo chmod +x /usr/sbin/policy-rc.d
sudo apt-get install -qy slirp lxc lxc-docker-0.7.5
sudo apt-get install -qy slirp lxc lxc-docker-$DOCKER_VERSION
git clone git://github.com/jpetazzo/sekexe
python setup.py install
pip install -r requirements-dev.txt

0 comments on commit 049a101

Please sign in to comment.