mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-26 22:20:18 +00:00
Removing clippy again for now...
This commit is contained in:
parent
6e5e172008
commit
d9364410e8
1 changed files with 0 additions and 2 deletions
|
@ -25,9 +25,7 @@ before_install:
|
|||
fi
|
||||
before_script:
|
||||
- rustup target add $TARGET
|
||||
- rustup component add clippy || rustup component add clippy --nightly || rustup component add clippy-preview || cargo install --git https://github.com/rust-lang/rust-clippy/ --force clippy || true
|
||||
script:
|
||||
- cargo clippy -- -D clippy::all
|
||||
- cargo build --verbose --target $TARGET
|
||||
- cargo test --verbose --target $TARGET
|
||||
|
||||
|
|
Loading…
Reference in a new issue