Skip to content

Commit 7196286

Browse files
bors[bot]matklad
andcommitted
Merge #210
210: cleanup cahces more aggressively r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
2 parents 3928255 + 28e3220 commit 7196286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cache: cargo
22
before_cache:
33
- find ./target/debug -type f -maxdepth 1 -delete
4-
- rm -f ./target/debug/deps/*ra_*
4+
- rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*}
55

66
env:
77
- CARGO_INCREMENTAL=0

0 commit comments

Comments
 (0)