Fix docker installation in travis script (#4975)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-01-28 08:40:35 -03:00 committed by GitHub
parent 6ee131e975
commit 1e25dcfaba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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