Skip to content

Commit

Permalink
Fix before_install tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jan 29, 2019
1 parent 7e74b8c commit e12a371
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 @@ -8,7 +8,7 @@ services:
node_js:
- "10"

+before_install:
before_install:
- "echo '{\"experimental\": true}' | sudo tee /etc/docker/daemon.json"
- sudo apt update -y
- sudo apt install --only-upgrade docker-ce -y
Expand Down

0 comments on commit e12a371

Please sign in to comment.