Skip to content

Commit

Permalink
Merge pull request #18108 from akien-mga/travis-xcode9.3
Browse files Browse the repository at this point in the history
Travis: Use XCode 9.3 / macOS 10.13 for osx/iphone builds
  • Loading branch information
akien-mga authored Apr 11, 2018
2 parents fa97ec2 + 040e9ec commit 4d78786
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ matrix:
compiler: gcc
- env: GODOT_TARGET=osx TOOLS=yes CACHE_NAME=${GODOT_TARGET}-clang-tools
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

addons:
Expand Down

0 comments on commit 4d78786

Please sign in to comment.