~matthiasbeyer/serde-select

2850bf1d2231dffb36a1bd38c352e55f11efd8d0 — Matthias Beyer 4 years ago 6e4d259
Ensure travis clippy runs on all features

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
1 files changed, 2 insertions(+), 2 deletions(-)

M .travis.yml
M .travis.yml => .travis.yml +2 -2
@@ 14,8 14,8 @@ matrix:
      install:
        - rustup component add rustfmt clippy
      script:
        - cargo fmt --all -- --check
        - cargo clippy --all --all-targets
        - cargo fmt --all --all-targets --all-features -- --check
        - cargo clippy --all --all-targets --all-features --

cache: cargo