Skip to content

Commit

Permalink
fixed Travis-CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
slu-it committed Sep 1, 2017
1 parent 005f1df commit 08394e9
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 @@ -11,7 +11,7 @@ services:

before_install:
- sudo apt-get update
- sudo apt-get install --assume-yes --option Dpkg::Options::="--force-confnew" docker-engine
- sudo apt-get install --assume-yes --option Dpkg::Options::="--force-confnew" docker-ce
- sudo rm /usr/local/bin/docker-compose
- curl -L https://github.com/docker/compose/releases/download/1.8.1/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
Expand Down

0 comments on commit 08394e9

Please sign in to comment.