Merge pull request #2451 from lioncash/travis

travis: Update to using Xcode 10.2
This commit is contained in:
Merry 2019-05-07 15:36:13 +01:00 committed by GitHub
commit c63e68c480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ matrix:
- os: osx
env: NAME="macos build"
sudo: false
osx_image: xcode10.1
osx_image: xcode10.2
install: "./.travis/macos/deps.sh"
script: "./.travis/macos/build.sh"
after_success: "./.travis/macos/upload.sh"