From 768b067f7f221782e1feff8a5384253462745e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Mon, 29 Apr 2019 20:01:39 +0200 Subject: [PATCH] travis: skip clippy --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 11b993b..ba4f15b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: