Skip to content

Commit 28e3220

Browse files
committed
cleanup cahces more aggressively
1 parent 21797bf commit 28e3220

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)