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
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -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