diff options
author | fearlessTobi <thm.frey@gmail.com> | 2018-08-31 20:08:03 +0200 |
---|---|---|
committer | fearlessTobi <thm.frey@gmail.com> | 2018-08-31 20:13:26 +0200 |
commit | dc3cc0002c47c292e04a946172a2d9a26a024d41 (patch) | |
tree | 368eb5ed836b9292d6d7b6cbbdf032397d1efdc5 /.travis.yml | |
parent | 42588493d5ad5d824fc557ac936e64e5e7fd7e44 (diff) |
travis: use Citras ccache
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 |