Fix clippy command to run against test suite

This commit is contained in:
David Tolnay
2018-12-31 21:56:10 -05:00
parent 294dccc5be
commit e6fda1c410
+1 -1
View File
@@ -63,7 +63,7 @@ matrix:
- cd "${TRAVIS_BUILD_DIR}/serde_test" - cd "${TRAVIS_BUILD_DIR}/serde_test"
- cargo clippy -- -Dclippy - cargo clippy -- -Dclippy
- cd "${TRAVIS_BUILD_DIR}/test_suite" - 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" - cd "${TRAVIS_BUILD_DIR}/test_suite/no_std"
- cargo clippy -- -Dclippy - cargo clippy -- -Dclippy