From: Tobias Brunner Date: Tue, 15 Dec 2015 09:10:30 +0000 (+0100) Subject: travis: Enable IPv6 on build hosts X-Git-Tag: 5.4.0dr2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf5754adcd720dbce09830176ba274f93196b8b7;p=thirdparty%2Fstrongswan.git travis: Enable IPv6 on build hosts Since the move to Google Compute Engine (GCE) IPv6 has been disabled on the build hosts, causing several tests to fail. Lets try to get at least local IPv6 connectivity up again. --- diff --git a/.travis.yml b/.travis.yml index a0dfbb61ae..04838e8a0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,9 @@ before_install: - ./scripts/test.sh deps - ./scripts/test.sh pydeps +before_script: + - sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0 + script: - ./scripts/test.sh