aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-11-06 19:22:22 +0000
committerAleksey Kladov <[email protected]>2018-11-06 19:22:22 +0000
commit28e3220b34bf16be464f561fca26753cf95630c3 (patch)
tree0b42500c941d8825260b0b09e54f09bc65689d2e /.travis.yml
parent21797bf0efdeafde4148fe02ba4bd11171737872 (diff)
cleanup cahces more aggressively
Diffstat (limited to '.travis.yml')
-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