Closed hsanjuan closed 6 years ago
Actually, all you need to do is set sudo: true
. The standard CI script now takes care of the rest.
that makes no sense, but ok
Ah! The issue is that this repo doesn't use our standard scripts. I'll fix that.
As for what sudo: true
does..., it allows os to, as root, enable proper IPv6 support: https://github.com/ipfs/ci-helpers/blob/master/travis-ci/run-standard-tests.sh#L31. We don't bother with an explicit "enable ipv6" flag because we always want it enabled if we have root. Unfortunately, travis disables it by default...
See #35. Note: we moved to a standard, single CI script to avoid having to copy fixes like this all over the place.
Sorry, when you said standard CI script
I understood some travis stardard thing. I did not know that we had our own CI script as shown in the other PR.
License: MIT Signed-off-by: Hector Sanjuan code@hector.link