Merge pull request #20714 from Calinou/travis-use-xcode-9.4

Use Xcode 9.4 on Travis CI
This commit is contained in:
Rémi Verschelde 2018-08-06 11:31:30 +01:00 committed by GitHub
commit 80a8636aa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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