aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2015-12-15 10:10:30 +0100
committerTobias Brunner <tobias@strongswan.org>2015-12-15 15:03:47 +0100
commitbf5754adcd720dbce09830176ba274f93196b8b7 (patch)
tree988cbfe3a41bd13a49dcf13c6773f2e53a670664 /.travis.yml
parent0f13f719e107c81af8923ed13d7c392e6dcd2b0f (diff)
downloadstrongswan-bf5754adcd720dbce09830176ba274f93196b8b7.tar.bz2
strongswan-bf5754adcd720dbce09830176ba274f93196b8b7.tar.xz
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a0dfbb61a..04838e8a0 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