Skip to content

Commit

Permalink
travis: disable IPV6 to workaround test issue.
Browse files Browse the repository at this point in the history
Workaround by Hiro Asari<[email protected]> (from Travis support)
  • Loading branch information
kvilhaugsvik committed Aug 10, 2016
1 parent aec83f9 commit 5054a4c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ python:

script: "sudo bash ./scripts/travis-build.sh"


before_install:
- sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
- sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1
- ip addr # for confirmation. can be skipped

0 comments on commit 5054a4c

Please sign in to comment.