summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-09-25 20:46:42 +0200
committerLioncash <mathew1800@gmail.com>2018-09-25 20:46:46 +0200
commit5873b14efdb010f1532bb583f93d5031329e079c (patch)
treedcdf5be1b9c042d1b2f6bccaa876a19d8ca5b4c9 /.travis.yml
parentMerge pull request #1378 from lioncash/thread (diff)
downloadyuzu-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.yml2
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"