From e6fda1c410344763f4e4d2cfc3e03806bcc5ada3 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 31 Dec 2018 21:56:10 -0500 Subject: [PATCH] Fix clippy command to run against test suite --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 929e171b..a1864296 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,7 +63,7 @@ matrix: - cd "${TRAVIS_BUILD_DIR}/serde_test" - cargo clippy -- -Dclippy - cd "${TRAVIS_BUILD_DIR}/test_suite" - - cargo clippy --features unstable -- -Dclippy + - cargo clippy --tests --features unstable -- -Dclippy - cd "${TRAVIS_BUILD_DIR}/test_suite/no_std" - cargo clippy -- -Dclippy