1
0
Fork 0
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:
Tom Parker-Shemilt 2020-03-08 16:51:41 +00:00
parent 592a4bed92
commit ce68921d7d

View file

@ -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/