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