travis: clippy
This commit is contained in:
parent
cd284d2c07
commit
bd59fedc38
|
@ -8,11 +8,14 @@ matrix:
|
||||||
env: FEATURES='semihosting'
|
env: FEATURES='semihosting'
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
env: FEATURES='bkpt'
|
env: FEATURES='bkpt'
|
||||||
script:
|
|
||||||
- "cargo build --target thumbv7em-none-eabihf --features \"$FEATURES\" $ARGS"
|
|
||||||
|
|
||||||
install:
|
before_script:
|
||||||
- rustup target add thumbv7em-none-eabihf
|
- rustup target add thumbv7em-none-eabihf
|
||||||
|
- rustup component add clippy
|
||||||
|
|
||||||
|
script:
|
||||||
|
- cargo clippy
|
||||||
|
- "cargo build --target thumbv7em-none-eabihf --features \"$FEATURES\" $ARGS"
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Reference in New Issue