summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-03-08 22:35:57 +0100
committerGitHub <noreply@github.com>2019-03-08 22:35:57 +0100
commit9909d40530d74bd57bd2f2450e72530843fbc124 (patch)
treee1b4b674ca19cb51fc41272321b77f20a32ef364 /.travis.yml
parentMerge pull request #2209 from lioncash/reorder (diff)
parentkernel/hle_ipc: Convert std::shared_ptr IPC header instances to std::optional (diff)
downloadyuzu-9909d40530d74bd57bd2f2450e72530843fbc124.tar
yuzu-9909d40530d74bd57bd2f2450e72530843fbc124.tar.gz
yuzu-9909d40530d74bd57bd2f2450e72530843fbc124.tar.bz2
yuzu-9909d40530d74bd57bd2f2450e72530843fbc124.tar.lz
yuzu-9909d40530d74bd57bd2f2450e72530843fbc124.tar.xz
yuzu-9909d40530d74bd57bd2f2450e72530843fbc124.tar.zst
yuzu-9909d40530d74bd57bd2f2450e72530843fbc124.zip
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b0fbe3c5f..9512f7843 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,7 @@ matrix:
- os: osx
env: NAME="macos build"
sudo: false
- osx_image: xcode10
+ osx_image: xcode10.1
install: "./.travis/macos/deps.sh"
script: "./.travis/macos/build.sh"
after_success: "./.travis/macos/upload.sh"