Merge pull request #411 from lioncash/travis

travis: Use Xcode 9.3 instead of 9.2
This commit is contained in:
Mat M 2018-04-27 22:12:00 -04:00 committed by GitHub
commit 99ac33de20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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