strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f13f71
)
travis: Enable IPv6 on build hosts
author
Tobias Brunner
<tobias@strongswan.org>
Tue, 15 Dec 2015 09:10:30 +0000
(10:10 +0100)
committer
Tobias Brunner
<tobias@strongswan.org>
Tue, 15 Dec 2015 14:03:47 +0000
(15:03 +0100)
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.
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
a0dfbb6
..
04838e8
100644
(file)
--- 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