Commit 14f883fc authored by Steven Allen's avatar Steven Allen

ci: fix travis build

enable ipv6
parent 4986ec89
sudo: false
sudo: required
os:
- linux
......@@ -12,6 +12,7 @@ install:
- make deps
script:
- sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0 net.ipv6.conf.default.disable_ipv6=0 net.ipv6.conf.all.disable_ipv6=0
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
cache:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment