Use Xenial image and fix find call
This commit is contained in:
parent
c290bb0749
commit
48077d0653
@ -1,12 +1,13 @@
|
|||||||
cache: cargo
|
cache: cargo
|
||||||
before_cache:
|
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 -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*,*tools*,*gen_lsp*,*thread_worker*}
|
||||||
- rm -f ./target/.rustc_info.json
|
- rm -f ./target/.rustc_info.json
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
|
dist: xenial
|
||||||
language: rust
|
language: rust
|
||||||
rust: stable
|
rust: stable
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user