Skip to content

Commit

Permalink
Enable IPv6 in Docker (crystal-lang#5429)
Browse files Browse the repository at this point in the history
  • Loading branch information
cotsog authored and bcardiff committed Dec 26, 2017
1 parent 80a975c commit 68c0098
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ matrix:
os: linux

before_install:
- echo '{"ipv6":true, "fixed-cidr-v6":"2001:db8:1::/64"}' | sudo tee /etc/docker/daemon.json
- sudo service docker restart
- bin/ci prepare_system

install:
Expand Down

0 comments on commit 68c0098

Please sign in to comment.