diff options
author | Aleksey Kladov <[email protected]> | 2018-11-06 19:22:22 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-11-06 19:22:22 +0000 |
commit | 28e3220b34bf16be464f561fca26753cf95630c3 (patch) | |
tree | 0b42500c941d8825260b0b09e54f09bc65689d2e | |
parent | 21797bf0efdeafde4148fe02ba4bd11171737872 (diff) |
cleanup cahces more aggressively
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5252f20e2..d09ce876a 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -1,7 +1,7 @@ | |||
1 | cache: cargo | 1 | cache: cargo |
2 | before_cache: | 2 | before_cache: |
3 | - find ./target/debug -type f -maxdepth 1 -delete | 3 | - find ./target/debug -type f -maxdepth 1 -delete |
4 | - rm -f ./target/debug/deps/*ra_* | 4 | - rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*} |
5 | 5 | ||
6 | env: | 6 | env: |
7 | - CARGO_INCREMENTAL=0 | 7 | - CARGO_INCREMENTAL=0 |