travis: Include cargo registry when cache
This reduces the crates downloading time upto 30 seconds on fast network.
This commit is contained in:
parent
00b3d9cf86
commit
1ce1401263
|
@ -4,8 +4,6 @@ cache:
|
|||
directories:
|
||||
- "$HOME/.cargo"
|
||||
- "$HOME/.cache/sccache"
|
||||
before_cache:
|
||||
- rm -rf "$HOME/.cargo/registry"
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
Loading…
Reference in New Issue