diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2019-11-14 18:17:34 -0500 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2019-11-14 18:17:34 -0500 |
| commit | 8502fc262b7c7b5441e0a587691a963926978ebc (patch) | |
| tree | 461bce43dca0b28b29ef235fd192a0aee71152f6 /.travis.yml | |
| parent | 6b0a2df41c024fa8e7da07f3b42a80f19840432e (diff) | |
CI: fix caching mechanism
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
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; |
