diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-11-06 20:35:06 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-11-06 20:35:06 +0000 |
commit | efdb0d84c88f7b3f1d36a0f6dc4b45b46f21542f (patch) | |
tree | 8a15f6273b23874874c5f570f30715074b72fd5c | |
parent | ed1feb72dc8ca8521a3258b0fad3b4ee446f418b (diff) | |
parent | 816f72dbd59b6f18966272240671b436d33ed92e (diff) |
Merge #212
212: evitct more stuff from cache 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 d09ce876a..a1eed0cb3 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 -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*} | 4 | - rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*,*tools*,*gen_lsp*} |
5 | 5 | ||
6 | env: | 6 | env: |
7 | - CARGO_INCREMENTAL=0 | 7 | - CARGO_INCREMENTAL=0 |