Update travis to deny clippy errors.

This commit is contained in:
ClementTsang 2020-02-10 20:00:18 -05:00
parent c6eb66fd52
commit 1ff2d78b41

View file

@ -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