1315: Use Xenial image and fix find call r=matklad a=lnicola



Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
bors[bot] 2019-05-23 13:16:41 +00:00
commit eef24bddc9

View File

@ -1,12 +1,13 @@
cache: cargo
before_cache:
- find ./target/debug -type f -maxdepth 1 -delete
- find ./target/debug -maxdepth 1 -type f -delete
- rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*,*tools*,*gen_lsp*,*thread_worker*}
- rm -f ./target/.rustc_info.json
matrix:
include:
- os: linux
dist: xenial
language: rust
rust: stable
script: