aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-09-23 10:08:13 +0200
committerTobias Brunner <tobias@strongswan.org>2016-09-27 09:19:34 +0200
commit8486b3b4383b16d4106a412be268b8263c1b687f (patch)
tree72db22a1c739fa5dd9d6ed925d0632596f1f4924 /.travis.yml
parent6b3e408ba5393cb68a980c953800a1293abc77e8 (diff)
downloadstrongswan-8486b3b4383b16d4106a412be268b8263c1b687f.tar.bz2
strongswan-8486b3b4383b16d4106a412be268b8263c1b687f.tar.xz
travis: Use a more recent OS X image
Using the xcode8 image does not work currently (libcurl is not found).
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 43323f3c6..871956398 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ before_install:
- ./scripts/test.sh pydeps
before_script:
- - sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0
+ - sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0 || true
script:
- ./scripts/test.sh
@@ -52,4 +52,5 @@ matrix:
dist: precise
- compiler: clang
os: osx
+ osx_image: xcode7
env: TEST=osx