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