diff options
author | Lioncash <mathew1800@gmail.com> | 2018-01-18 13:41:01 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-01-18 13:46:52 +0100 |
commit | da21545a7738d7d7ffee5aa5165c6063efa40120 (patch) | |
tree | 1b45168cf3de94624f977137dd7e7b117e14f04d /.travis.yml | |
parent | Merge pull request #84 from lioncash/cmake (diff) | |
download | yuzu-da21545a7738d7d7ffee5aa5165c6063efa40120.tar yuzu-da21545a7738d7d7ffee5aa5165c6063efa40120.tar.gz yuzu-da21545a7738d7d7ffee5aa5165c6063efa40120.tar.bz2 yuzu-da21545a7738d7d7ffee5aa5165c6063efa40120.tar.lz yuzu-da21545a7738d7d7ffee5aa5165c6063efa40120.tar.xz yuzu-da21545a7738d7d7ffee5aa5165c6063efa40120.tar.zst yuzu-da21545a7738d7d7ffee5aa5165c6063efa40120.zip |
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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: - os: osx env: NAME="macos build" sudo: false - osx_image: xcode7.3 + osx_image: xcode9.2 install: "./.travis/macos/deps.sh" script: "./.travis/macos/build.sh" after_success: "./.travis/macos/upload.sh" |