diff --git a/.travis.yml b/.travis.yml index 2c878dd0..4fc752ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ before_script: - rustup target add $TARGET - rustup component add clippy script: - - cargo clippy -- -D warnings + - cargo clippy - cargo build --verbose --target $TARGET - cargo test --verbose --target $TARGET