diff --git a/.travis.yml b/.travis.yml index fc39bda3..0f169c2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ matrix: CLIPPY=true script: - rustup component add clippy - - cargo clippy --all --all-features + - cargo clippy - rust: stable env: NAME=rustfmt