From ac0d8f61c5cd07b248ee9e7a4c7bca913bd2a11a Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 1 Mar 2019 23:11:06 -0800 Subject: [PATCH] Use non-preview name of Clippy rustup component --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 46ee13a5..a3c8f754 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ matrix: - rust: nightly name: Clippy script: - - rustup component add clippy-preview || travis_terminate 0 + - rustup component add clippy || travis_terminate 0 - cargo clippy -- -D clippy::all - cd "${TRAVIS_BUILD_DIR}/serde" - cargo clippy --features rc,unstable -- -D clippy::all