Do not require clippy for a green build

This commit is contained in:
David Tolnay 2018-10-06 21:26:25 -07:00
parent 778e516270
commit f878d2ebd5
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -83,6 +83,10 @@ matrix:
- cargo web test --target=asmjs-unknown-emscripten --nodejs
- cargo web test --target=wasm32-unknown-emscripten --nodejs
allow_failures:
- rust: nightly
env: CLIPPY
script:
- cd "${TRAVIS_BUILD_DIR}/serde"
- cargo build --no-default-features