travis: Make macOS builder use Xcode 10.2

Keeps it targeting the latest Xcode revision.
This commit is contained in:
Lioncash 2019-05-02 11:40:50 -04:00
parent 16a9e3c4d3
commit fc0ecdf3b1
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7

View File

@ -48,6 +48,6 @@ matrix:
- env: NAME="macOS Build"
os: osx
sudo: false
osx_image: xcode10
osx_image: xcode10.2
install: ./.travis/build-x86_64-macos/deps.sh
script: ./.travis/build-x86_64-macos/build.sh