aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2018-04-16 21:33:34 +0200
committerJorge Aparicio <jorge@japaric.io>2018-04-16 21:33:34 +0200
commit44122bfc3d2b86ce835daf6f042ea18eabe37b88 (patch)
treebb9bce436bb95196df77771f6881ac269b13ec9b
parentefca108103228f94e061ea06778555241c55b4f9 (diff)
don't cache the Xargo directory
-rw-r--r--.travis.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 2972690..44d1a6b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,10 +51,7 @@ script:
after_script: set +e
-cache:
- cargo: true
- directories:
- - $HOME/.xargo
+cache: cargo
before_cache:
- chmod -R a+r $HOME/.cargo