Tag clippy build in travis build list
This commit is contained in:
parent
11ddb9f97a
commit
a60ece819a
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ matrix:
|
|||
script: cargo build
|
||||
- rust: 1.22.1
|
||||
- rust: nightly
|
||||
env: CLIPPY
|
||||
script: |
|
||||
if rustup component add clippy-preview; then
|
||||
cargo clippy -- -Dclippy
|
||||
|
|
Loading…
Reference in a new issue