travis: clippy

master
Robert Jördens 2019-04-29 19:59:17 +02:00
parent cd284d2c07
commit bd59fedc38
1 changed files with 6 additions and 3 deletions

View File

@ -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