From 91a958fc7708deae6e4429c67558ec7c09a37916 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 24 Dec 2018 12:12:33 -0700 Subject: [PATCH] apparently clippy refuses to work in CI right now --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 090a2b7..ec6794f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ rust: before_script: - rustup component add rust-src - - rustup component add clippy --toolchain=nightly + #- rustup component add clippy --toolchain=nightly - (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update) - (test -x $HOME/.cargo/bin/cargo-xbuild || cargo install cargo-xbuild) - (test -x $HOME/.cargo/bin/cargo-make || cargo install cargo-make) @@ -29,8 +29,8 @@ script: - export PATH="$PATH:/opt/devkitpro/tools/bin" - cd .. # Run all verificaions, both debug and release - - cargo clippy - - cargo clippy --release + #- cargo clippy + #- cargo clippy --release - cargo test --no-fail-fast --lib - cargo test --no-fail-fast --lib --release - cargo test --no-fail-fast --tests