aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2017-12-09 15:25:46 +0100
committerJorge Aparicio <jorge@japaric.io>2017-12-09 15:25:46 +0100
commitd6c240f9743067c81e68adcf35c60304573db8b9 (patch)
tree2a452f6e7d7d02bc9d17494554f04afcab8efd63
parent8f23fdc9340167cf9d6d31a09705369c3b8acccb (diff)
also cache the Xargo directory
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 094e996..59a66b4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,7 +51,10 @@ script:
after_script: set +e
-cache: cargo
+cache:
+ cargo: true
+ directories:
+ - $HOME/.xargo
before_cache:
- chmod -R a+r $HOME/.cargo