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