Add clippy to CI

This commit is contained in:
Greg Fitzgerald
2018-07-11 21:18:24 -06:00
committed by Greg Fitzgerald
parent 30f0c25b65
commit e8be4d7eae

View File

@ -14,6 +14,8 @@ _() {
_ cargo build --verbose --features unstable _ cargo build --verbose --features unstable
_ cargo test --verbose --features unstable _ cargo test --verbose --features unstable
_ cargo install --force clippy
_ cargo clippy -- --deny=warnings
exit 0 exit 0