travis: skip clippy

master
Robert Jördens 2019-04-29 20:01:39 +02:00
parent 0ebcd685c3
commit 768b067f7f
1 changed files with 2 additions and 2 deletions

View File

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