Commit e12a32d0 authored by Steven Allen's avatar Steven Allen

ci: remove ipv6 logic

The standard test script now handles this.
parent 5c26e3c3
...@@ -13,7 +13,6 @@ install: ...@@ -13,7 +13,6 @@ install:
- make deps - make deps
script: 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) - bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
cache: 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