Make clippy fail in case of warnings and enable the pedantic rules

This commit is contained in:
Peltoche 2018-12-13 16:48:50 +01:00 committed by Pierre Peltier
parent 8bc3686f66
commit c621352f8a

View file

@ -56,9 +56,9 @@ matrix:
rust: stable
# skip the global install step
install:
- rustup component add clippy-preview
- rustup component add clippy
script:
- cargo clippy
- cargo clippy --all-features -- -D clippy::pedantic
addons:
apt: