Use Xcode 9.4 on Travis CI

See <https://blog.travis-ci.com/2018-07-19-xcode9-4-default-announce>.
This commit is contained in:
Hugo Locurcio 2018-08-04 18:31:44 +02:00
parent 7c712a25bc
commit 2450debc0e
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C

View file

@ -63,12 +63,10 @@ matrix:
- env: GODOT_TARGET=osx TOOLS=yes CACHE_NAME=${GODOT_TARGET}-tools-clang
os: osx
osx_image: xcode9.3
compiler: clang
- env: GODOT_TARGET=iphone TOOLS=no CACHE_NAME=${GODOT_TARGET}-clang
os: osx
osx_image: xcode9.3
compiler: clang
- env: GODOT_TARGET=server TOOLS=yes CACHE_NAME=${GODOT_TARGET}-tools-gcc