Skip to content

Commit

Permalink
Trying to fix TravisCI build using Docker Buildkit Part 7
Browse files Browse the repository at this point in the history
  • Loading branch information
dcwangmit01 committed May 8, 2020
1 parent fa87301 commit dd1b1c6
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 @@ -6,7 +6,7 @@ services:
- docker
before_install:
- sudo cat /etc/docker/daemon.json
- echo '{"mtu": 1460}' | sudo tee /etc/docker/daemon.json
- "echo '{\"mtu\": 1460}' | sudo tee /etc/docker/daemon.json"
- sudo systemctl restart docker
- sudo cat /etc/docker/daemon.json
- make checks
Expand Down

0 comments on commit dd1b1c6

Please sign in to comment.