travis: skip clippy

This commit is contained in:
Robert Jördens 2019-04-29 20:01:39 +02:00
parent 0ebcd685c3
commit 768b067f7f

View File

@ -11,10 +11,10 @@ matrix:
before_script: before_script:
- rustup target add thumbv7em-none-eabihf - rustup target add thumbv7em-none-eabihf
- rustup component add clippy # - rustup component add clippy
script: script:
- cargo clippy # - cargo clippy
- "cargo build --target thumbv7em-none-eabihf --features \"$FEATURES\" $ARGS" - "cargo build --target thumbv7em-none-eabihf --features \"$FEATURES\" $ARGS"
notifications: notifications: