diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-05-30 08:21:15 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-05-30 08:21:15 +0100 |
commit | 615b59aea09d4bd55c3e3a72e9aab86810107ca6 (patch) | |
tree | a9a58e0ed454d9e45e08fec75064e7af098d9191 /.travis.yml | |
parent | e02d90f8f93ba9b856324abdc883166d16a6ad87 (diff) | |
parent | 0f6951249ef444a92769186e26b0b865d4e95617 (diff) |
Merge #1349
1349: don't remove tools from cache r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c6e22d765..abaa1d2d6 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 -maxdepth 1 -type f -delete | 3 | - find ./target/debug -maxdepth 1 -type f -delete |
4 | - rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*,*tools*,*gen_lsp*,*thread_worker*} | 4 | - rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*,*gen_lsp*,*thread_worker*} |
5 | - rm -f ./target/.rustc_info.json | 5 | - rm -f ./target/.rustc_info.json |
6 | 6 | ||
7 | matrix: | 7 | matrix: |