From bd3e9b9b87fb1f2bee827a1ebd754863c3e5e706 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Mon, 17 Feb 2020 20:47:59 -0500 Subject: [PATCH] Add nightly clippy fix. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 211db3a0..2334beb8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ before_install: fi before_script: - rustup target add $TARGET - - rustup component add clippy --toolchain=nightly || cargo install --git https://github.com/rust-lang/rust-clippy/ --force clippy + - rustup component add clippy || cargo install --git https://github.com/rust-lang/rust-clippy/ --force clippy script: - cargo clippy -- -D clippy::all - cargo build --verbose --target $TARGET