mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-11-20 11:36:11 -05:00
Fix deletion of deps
This commit is contained in:
parent
592a4bed92
commit
ce68921d7d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ cache:
|
|||
before_cache:
|
||||
- rm -rfv target/debug/incremental/awesome_rust-*
|
||||
- rm -rfv target/debug/.fingerprint/awesome_rust-*
|
||||
- rm -rfv target/debug/deps/awesome_crate-*
|
||||
- rm -rfv target/debug/deps/awesome_rust-*
|
||||
- rm -rfv target/debug/awesome_rust.d
|
||||
- rm -rfv target/debug/incremental/awesome_rust-*
|
||||
- rm -rfv /home/travis/.cargo/registry/
|
Loading…
Reference in a new issue