diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-11-06 19:23:06 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-11-06 19:23:06 +0000 |
commit | 7196286ec5de7a545654ca94878230fc31d4a8db (patch) | |
tree | 8e0b6f434ab5239307d361000bdbd77f084a07f0 | |
parent | 3928255b6f919ca0a0a93393ab7fa3d0ce6df681 (diff) | |
parent | 28e3220b34bf16be464f561fca26753cf95630c3 (diff) |
Merge #210
210: cleanup cahces more aggressively r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
-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 |