summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorfearlessTobi <thm.frey@gmail.com>2018-08-31 20:08:03 +0200
committerfearlessTobi <thm.frey@gmail.com>2018-08-31 20:13:26 +0200
commitdc3cc0002c47c292e04a946172a2d9a26a024d41 (patch)
tree368eb5ed836b9292d6d7b6cbbdf032397d1efdc5 /.travis.yml
parentMerge pull request #1205 from bunnei/improve-rasterizer-cache-2 (diff)
downloadyuzu-dc3cc0002c47c292e04a946172a2d9a26a024d41.tar
yuzu-dc3cc0002c47c292e04a946172a2d9a26a024d41.tar.gz
yuzu-dc3cc0002c47c292e04a946172a2d9a26a024d41.tar.bz2
yuzu-dc3cc0002c47c292e04a946172a2d9a26a024d41.tar.lz
yuzu-dc3cc0002c47c292e04a946172a2d9a26a024d41.tar.xz
yuzu-dc3cc0002c47c292e04a946172a2d9a26a024d41.tar.zst
yuzu-dc3cc0002c47c292e04a946172a2d9a26a024d41.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