diff options
author | Lioncash <mathew1800@gmail.com> | 2018-09-25 20:46:42 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-09-25 20:46:46 +0200 |
commit | 5873b14efdb010f1532bb583f93d5031329e079c (patch) | |
tree | dcdf5be1b9c042d1b2f6bccaa876a19d8ca5b4c9 | |
parent | Merge pull request #1378 from lioncash/thread (diff) | |
download | yuzu-5873b14efdb010f1532bb583f93d5031329e079c.tar yuzu-5873b14efdb010f1532bb583f93d5031329e079c.tar.gz yuzu-5873b14efdb010f1532bb583f93d5031329e079c.tar.bz2 yuzu-5873b14efdb010f1532bb583f93d5031329e079c.tar.lz yuzu-5873b14efdb010f1532bb583f93d5031329e079c.tar.xz yuzu-5873b14efdb010f1532bb583f93d5031329e079c.tar.zst yuzu-5873b14efdb010f1532bb583f93d5031329e079c.zip |
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4d363cbc9..b0fbe3c5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ matrix: - os: osx env: NAME="macos build" sudo: false - osx_image: xcode9.3 + osx_image: xcode10 install: "./.travis/macos/deps.sh" script: "./.travis/macos/build.sh" after_success: "./.travis/macos/upload.sh" |