Add clippy job

This commit is contained in:
Matthias Beyer 2018-04-24 20:35:45 +02:00
parent 2ac4fa42b3
commit 8ae689863d
1 changed files with 8 additions and 0 deletions

View File

@ -36,6 +36,14 @@ matrix:
script:
- cargo build --all --all-features -j 1 || exit 1
- cargo test --all --all-features -j 1 || exit 1
- language: rust
rust: nightly
allow_failure: true
cache:
cargo: true
script:
- cargo install clippy || exit 1
- cargo-clippy || exit 1
addons: