no time to explain, disable clippy checks

This commit is contained in:
Aleksey Kladov 2018-08-29 11:16:28 +03:00
parent 754c034a81
commit 2007ccfcfe

View File

@ -7,13 +7,13 @@ matrix:
- cargo gen-kinds --verify
- cargo gen-tests --verify
- cargo test
- rust: nightly
before_script:
- rustup component add clippy-preview
- rustup component add rustfmt-preview
script:
- cargo fmt --all -- --check || true
- cargo clippy
# - rust: nightly
# before_script:
# - rustup component add clippy-preview
# - rustup component add rustfmt-preview
# script:
# - cargo fmt --all -- --check || true
# - cargo clippy
allow_failures:
- rust nightly