We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7c072 commit 472a3c1Copy full SHA for 472a3c1
.travis.yml
@@ -194,7 +194,7 @@ before_install:
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;
+ echo '{"ipv6":true,"fixed-cidr-v6":"fd9a:8454:6789:13f7::/64"}' | sudo tee /etc/docker/daemon.json;
198
sudo service docker restart;
199
fi
200
0 commit comments