summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Lioncash2018-01-18 07:41:01 -0500
committerGravatar Lioncash2018-01-18 07:46:52 -0500
commitda21545a7738d7d7ffee5aa5165c6063efa40120 (patch)
tree1b45168cf3de94624f977137dd7e7b117e14f04d
parentMerge pull request #84 from lioncash/cmake (diff)
downloadyuzu-da21545a7738d7d7ffee5aa5165c6063efa40120.tar.gz
yuzu-da21545a7738d7d7ffee5aa5165c6063efa40120.tar.xz
yuzu-da21545a7738d7d7ffee5aa5165c6063efa40120.zip
travis: Use Xcode 9.2
Uses the latest available Xcode version. This allows the use of more C++17 facilities without the CI failing.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7db6f297e..f94a5c75e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,7 @@ matrix:
24 - os: osx 24 - os: osx
25 env: NAME="macos build" 25 env: NAME="macos build"
26 sudo: false 26 sudo: false
27 osx_image: xcode7.3 27 osx_image: xcode9.2
28 install: "./.travis/macos/deps.sh" 28 install: "./.travis/macos/deps.sh"
29 script: "./.travis/macos/build.sh" 29 script: "./.travis/macos/build.sh"
30 after_success: "./.travis/macos/upload.sh" 30 after_success: "./.travis/macos/upload.sh"