We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 7791254 commit 9196a0dCopy full SHA for 9196a0d
.travis.yml
@@ -15,6 +15,8 @@ matrix:
15
os: linux
16
17
before_install:
18
+ - echo '{"ipv6":true, "fixed-cidr-v6":"2001:db8:1::/64"}' | sudo tee /etc/docker/daemon.json
19
+ - sudo service docker restart
20
- bin/ci prepare_system
21
22
install:
0 commit comments