diff --git a/.travis.yml b/.travis.yml index ac483f6..4e53f24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ matrix: - env: NAME='clippy' rust: stable before_script: - - rustup component add clippy-preview + - rustup component add clippy script: - cargo clippy --all-targets --all-features -- -D warnings