Fix docker installation in travis script (#4975)
This commit is contained in:
parent
6ee131e975
commit
1e25dcfaba
1 changed files with 1 additions and 3 deletions
|
@ -2,9 +2,6 @@ dist: trusty
|
|||
|
||||
sudo: required
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
language: generic
|
||||
|
||||
notifications:
|
||||
|
@ -13,6 +10,7 @@ notifications:
|
|||
on_success: never
|
||||
|
||||
before_install:
|
||||
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
|
||||
- curl -fsSL https://get.docker.com | sh
|
||||
- echo '{"experimental":"enabled"}' | sudo tee /etc/docker/daemon.json
|
||||
- mkdir -p $HOME/.docker
|
||||
|
|
Loading…
Reference in a new issue