diff --git a/.travis.yml b/.travis.yml index 41c6508..935cb59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ rust: - beta - nightly before_script: - - rustup component add rustfmt clippy + - rustup component add rustfmt + - rustup component add clippy || cargo install --git https://github.com/rust-lang/rust-clippy/ --force clippy script: - cargo build - cargo test