Skip to content

Commit

Permalink
docker should already be installed by services
Browse files Browse the repository at this point in the history
This package no longer exists so trying to install it broke our build.
It has been renamed docker-ce.
  • Loading branch information
schmichael committed Jun 21, 2017
1 parent 0832793 commit 3dcadee
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 @@ -15,7 +15,7 @@ branches:

before_install:
- sudo apt-get update
- sudo apt-get install -y docker-engine liblxc1 lxc-dev lxc
- sudo apt-get install -y liblxc1 lxc-dev lxc
- sudo apt-get install -y qemu
- ./scripts/install_rkt.sh
- ./scripts/install_consul.sh
Expand Down

0 comments on commit 3dcadee

Please sign in to comment.