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:
|
directories:
|
||||||
- "$HOME/.cargo"
|
- "$HOME/.cargo"
|
||||||
- "$HOME/.cache/sccache"
|
- "$HOME/.cache/sccache"
|
||||||
before_cache:
|
|
||||||
- rm -rf "$HOME/.cargo/registry"
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
Loading…
Reference in New Issue