213: remove the last changing file from cache r=matklad a=matklad



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
bors[bot] 2018-11-06 20:52:50 +00:00
commit a46a07eca3

View file

@ -2,6 +2,7 @@ cache: cargo
before_cache:
- find ./target/debug -type f -maxdepth 1 -delete
- rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*,*tools*,*gen_lsp*}
- rm -f ./target/.rustc_info.json
env:
- CARGO_INCREMENTAL=0