File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 11language : shell
22sudo : required
33dist : trusty
4- group : deprecated-2017Q4
54services :
65 - docker
76
@@ -191,6 +190,13 @@ env:
191190before_install :
192191 - zcat $HOME/docker/rust-ci.tar.gz | docker load || true
193192 - mkdir -p $HOME/rustsrc
193+ # FIXME(#46924): these two commands are required to enable IPv6,
194+ # they shouldn't exist, please revert once more official solutions appeared.
195+ # see https://github.com/travis-ci/travis-ci/issues/8891#issuecomment-353403729
196+ - if [ "$TRAVIS_OS_NAME" = linux ]; then
197+ echo '{"ipv6":true,"fixed-cidr-v6":"fe80::/64"}' | sudo tee /etc/docker/daemon.json;
198+ sudo service docker restart;
199+ fi
194200
195201install :
196202 - case "$TRAVIS_OS_NAME" in
You can’t perform that action at this time.
0 commit comments