travis: Use Xcode 9.3 instead of 9.2

Keeps the toolchains up to date.
This commit is contained in:
Lioncash 2018-04-27 12:17:00 -04:00
parent a64bd36ba7
commit 1b829ca729

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"