Skip to content

Commit

Permalink
Try to fix IPv6 network interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceone committed Dec 19, 2018
1 parent b63a455 commit 88fc43c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -48,3 +48,9 @@ after_success: codecov

notifications:
irc: "chat.freenode.net#circuits"

before_script:
# Add IPv6 interfaces: https://github.com/travis-ci/travis-ci/issues/8361
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
fi

0 comments on commit 88fc43c

Please sign in to comment.