aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2017-12-09 15:25:46 +0100
committerGravatar Jorge Aparicio <jorge@japaric.io> 2017-12-09 15:25:46 +0100
commitd6c240f9743067c81e68adcf35c60304573db8b9 (patch)
tree2a452f6e7d7d02bc9d17494554f04afcab8efd63
parent8f23fdc9340167cf9d6d31a09705369c3b8acccb (diff)
downloadrtic-d6c240f9743067c81e68adcf35c60304573db8b9.tar.gz
rtic-d6c240f9743067c81e68adcf35c60304573db8b9.tar.zst
rtic-d6c240f9743067c81e68adcf35c60304573db8b9.zip
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 094e996c..59a66b4a 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