~matthiasbeyer/serde-select

ba67e24138368d0c36f22fa9fab15604a0f5e94c — Matthias Beyer 4 years ago 2850bf1
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