mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-24 22:24:53 +02:00
Update travis to deny clippy errors.
This commit is contained in:
parent
c6eb66fd52
commit
1ff2d78b41
@ -27,7 +27,7 @@ before_script:
|
|||||||
- rustup target add $TARGET
|
- rustup target add $TARGET
|
||||||
- rustup component add clippy
|
- rustup component add clippy
|
||||||
script:
|
script:
|
||||||
- cargo clippy
|
- cargo clippy -D clippy::all
|
||||||
- cargo build --verbose --target $TARGET
|
- cargo build --verbose --target $TARGET
|
||||||
- cargo test --verbose --target $TARGET
|
- cargo test --verbose --target $TARGET
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user