mirror of
https://github.com/ClementTsang/bottom
synced 2025-02-17 05:38:27 +00:00
Update travis to deny clippy errors.
This commit is contained in:
parent
c6eb66fd52
commit
1ff2d78b41
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue