aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-11-06 19:23:06 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-11-06 19:23:06 +0000
commit7196286ec5de7a545654ca94878230fc31d4a8db (patch)
tree8e0b6f434ab5239307d361000bdbd77f084a07f0
parent3928255b6f919ca0a0a93393ab7fa3d0ce6df681 (diff)
parent28e3220b34bf16be464f561fca26753cf95630c3 (diff)
Merge #210
210: cleanup cahces more aggressively r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
-rw-r--r--.travis.yml2
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 @@
1cache: cargo 1cache: cargo
2before_cache: 2before_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
6env: 6env:
7 - CARGO_INCREMENTAL=0 7 - CARGO_INCREMENTAL=0