Skip to content

Commit

Permalink
Enable IPv6 in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlexis committed Jan 19, 2016
1 parent edfa60a commit a2e5c28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ compiler:
- clang
before_script:
- git describe --always --dirty=+
- sudo sysctl net.ipv6.conf.lo.disable_ipv6=0
- sudo /sbin/ip addr add 10.0.3.0/24 dev lo
- sudo /sbin/ip addr add 1.2.3.4/32 dev lo
- sudo rm /etc/apt/sources.list.d/travis_ci_zeromq3-source.list
Expand Down

0 comments on commit a2e5c28

Please sign in to comment.