summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-09-01 03:50:44 +0200
committerGitHub <noreply@github.com>2018-09-01 03:50:44 +0200
commitc69dc5acf9faf3817337dfd5883fd3ef55a73326 (patch)
tree5145101b78f4e3b2fa09b101080f32a300dbaf55 /.travis.yml
parentMerge pull request #1212 from lioncash/forward-decl (diff)
parenttravis: use Citras ccache (diff)
downloadyuzu-c69dc5acf9faf3817337dfd5883fd3ef55a73326.tar
yuzu-c69dc5acf9faf3817337dfd5883fd3ef55a73326.tar.gz
yuzu-c69dc5acf9faf3817337dfd5883fd3ef55a73326.tar.bz2
yuzu-c69dc5acf9faf3817337dfd5883fd3ef55a73326.tar.lz
yuzu-c69dc5acf9faf3817337dfd5883fd3ef55a73326.tar.xz
yuzu-c69dc5acf9faf3817337dfd5883fd3ef55a73326.tar.zst
yuzu-c69dc5acf9faf3817337dfd5883fd3ef55a73326.zip
Diffstat (limited to '')
-rw-r--r--.travis.yml6
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