Fix IPV6 detection

This commit is contained in:
Manuel de Brito Fontes 2018-08-06 12:13:18 -04:00 committed by Manuel Alejandro de Brito Fontes
parent a68820808a
commit 123ffc0c38
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
3 changed files with 34 additions and 3 deletions

View file

@ -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: