Unverified Commit 632ac482 authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #50 from libp2p/fix/travis

ci: fix travis build
parents 4986ec89 14f883fc
sudo: false sudo: required
os: os:
- linux - linux
...@@ -12,6 +12,7 @@ install: ...@@ -12,6 +12,7 @@ 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