Skip to content

Commit

Permalink
Use docker-ce instead of docker-engine for Docker on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
enmand committed Jun 27, 2017
1 parent 1a0aadb commit 144ba9a
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 @@ -7,7 +7,7 @@ services:
- docker
before_install:
- sudo apt-get update
- sudo apt-get -o Dpkg::Options::="--force-confnew" install -y --force-yes docker-engine
- sudo apt-get -o Dpkg::Options::="--force-confnew" install -y --force-yes docker-ce
cache:
apt: true
directories:
Expand Down

0 comments on commit 144ba9a

Please sign in to comment.