mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-27 20:35:09 +00:00
no time to explain, disable clippy checks
This commit is contained in:
parent
754c034a81
commit
2007ccfcfe
1 changed files with 7 additions and 7 deletions
14
.travis.yml
14
.travis.yml
|
@ -7,13 +7,13 @@ matrix:
|
||||||
- cargo gen-kinds --verify
|
- cargo gen-kinds --verify
|
||||||
- cargo gen-tests --verify
|
- cargo gen-tests --verify
|
||||||
- cargo test
|
- cargo test
|
||||||
- rust: nightly
|
# - rust: nightly
|
||||||
before_script:
|
# before_script:
|
||||||
- rustup component add clippy-preview
|
# - rustup component add clippy-preview
|
||||||
- rustup component add rustfmt-preview
|
# - rustup component add rustfmt-preview
|
||||||
script:
|
# script:
|
||||||
- cargo fmt --all -- --check || true
|
# - cargo fmt --all -- --check || true
|
||||||
- cargo clippy
|
# - cargo clippy
|
||||||
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rust nightly
|
- rust nightly
|
||||||
|
|
Loading…
Reference in a new issue