Skip to content

Commit

Permalink
Merge pull request #270 from enmand/travis-ci-docker
Browse files Browse the repository at this point in the history
Use docker-ce instead of docker-engine for Docker on Ubuntu
  • Loading branch information
ianlivingstone authored Jun 27, 2017
2 parents 1a0aadb + 144ba9a commit 0ac170e
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 0ac170e

Please sign in to comment.