Fix IPV6 detection
This commit is contained in:
parent
a68820808a
commit
123ffc0c38
3 changed files with 34 additions and 3 deletions
|
|
@ -5,6 +5,13 @@ sudo: required
|
|||
services:
|
||||
- docker
|
||||
|
||||
# FIXME(#46924): these two commands are required to enable IPv6,
|
||||
# they shouldn't exist, please revert once more official solutions appeared.
|
||||
# see https://github.com/travis-ci/travis-ci/issues/8891#issuecomment-353403729
|
||||
before_install:
|
||||
- echo '{"ipv6":true,"fixed-cidr-v6":"2001:db8:1::/64"}' | sudo tee /etc/docker/daemon.json
|
||||
- sudo service docker restart
|
||||
|
||||
language: generic
|
||||
|
||||
notifications:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue