From 2007ccfcfe0bf01c934589dd3c87fda83b06b272 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 29 Aug 2018 11:16:28 +0300 Subject: [PATCH] no time to explain, disable clippy checks --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0ee48fefd870..7561183dfab1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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