mirror of
https://github.com/curl/curl.git
synced 2026-07-16 10:27:15 +03:00
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
This commit is contained in:
parent
becfe1233f
commit
2b3351b8e3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue