Skip to content

Commit

Permalink
Fix docker installation in travis script (#4975)
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored Jan 28, 2020
1 parent 6ee131e commit 1e25dcf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ dist: trusty

sudo: required

services:
- docker

language: generic

notifications:
Expand All @@ -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
Expand Down

0 comments on commit 1e25dcf

Please sign in to comment.