summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-09-29 11:19:47 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-09-29 14:14:31 +0200
commit2b3351b8e392cc0bd3d47536f54b6862c9f3dd86 (patch)
treea614e2128dcc291f555c2335ba451451aec35c10
parentbecfe1233ff2b6b0c3e1b6a10048b55b68c2539f (diff)
downloadcurl-2b3351b8e392cc0bd3d47536f54b6862c9f3dd86.tar.gz
travis: bump the Secure Transport build to use xcode 10
Due to an issue with travis (https://github.com/travis-ci/travis-ci/issues/9956) we've been using Xcode 9.2 for darwinssl builds for a while. Now xcode 10 is offered as an alternative and as it builds curl+darwinssl fine that seems like a better choice. Closes #3062
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cf39d26b5..1610d3e8b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -107,7 +107,7 @@ matrix:
env: T=debug C="--with-ssl=/usr/local/opt/libressl --with-libmetalink"
- os: osx
compiler: clang
- osx_image: xcode9.2
+ osx_image: xcode10
env: T=debug C="--without-ssl --with-darwinssl --with-libmetalink"
- os: osx
compiler: clang