travis: Let clippy only warn Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
1 files changed, 1 insertions(+), 1 deletions(-) M .travis.yml
M .travis.yml => .travis.yml +1 -1
@@ 15,7 15,7 @@ matrix: - rustup component add rustfmt clippy script: - cargo fmt --all --all-targets --all-features -- --check - - cargo clippy --all --all-targets --all-features -- + - cargo clippy --all --all-targets --all-features -- -W cache: cargo