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 committed by MerryMage
parent c098ade2e7
commit b1953c1cd4

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