diff options
author | bunnei <bunneidev@gmail.com> | 2018-08-31 21:50:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-31 21:50:44 -0400 |
commit | c69dc5acf9faf3817337dfd5883fd3ef55a73326 (patch) | |
tree | 5145101b78f4e3b2fa09b101080f32a300dbaf55 /.travis.yml | |
parent | 1c05c06e048c0471653275dcb00f391acbfd6324 (diff) | |
parent | dc3cc0002c47c292e04a946172a2d9a26a024d41 (diff) |
Merge pull request #1196 from FearlessTobi/ccache-consistency
.travis: Use Citras ccache for builds instead of yuzus
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index c225d4a2c..dee34a8e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ matrix: install: "./.travis/linux/deps.sh" script: "./.travis/linux/build.sh" after_success: "./.travis/linux/upload.sh" + cache: ccache - os: osx env: NAME="macos build" sudo: false @@ -27,6 +28,7 @@ matrix: install: "./.travis/macos/deps.sh" script: "./.travis/macos/build.sh" after_success: "./.travis/macos/upload.sh" + cache: ccache deploy: provider: releases @@ -42,7 +44,3 @@ notifications: webhooks: urls: - https://api.yuzu-emu.org/code/travis/notify - -cache: - directories: - - $HOME/.ccache |