aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-11-14 23:19:45 +0000
committerGitHub <noreply@github.com>2019-11-14 23:19:45 +0000
commitf5655d65560721b358c5b54dd7785342516708ec (patch)
tree461bce43dca0b28b29ef235fd192a0aee71152f6
parent6b0a2df41c024fa8e7da07f3b42a80f19840432e (diff)
parent8502fc262b7c7b5441e0a587691a963926978ebc (diff)
Merge #273
273: CI: fix caching mechanism r=perlindgren a=japaric Co-authored-by: Jorge Aparicio <jorge@japaric.io>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ac5a7b8..1bb2505 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,7 +46,7 @@ after_script: set +e
after_success:
- bash ci/after-success.sh
-cache: cache
+cache: cargo
before_cache:
- chmod -R a+r $HOME/.cargo;