Really disable serde std feature in CI

When building the crate root, serde/std gets enabled transitively
through our dev-dependency on trybuild. This is a Cargo bug but for now
work around it.
This commit is contained in:
David Tolnay 2020-01-22 12:51:01 -08:00
parent ab4ca99fcb
commit f20ca3b054
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -21,7 +21,7 @@ matrix:
- rust: 1.31.0
- rust: 1.36.0
script:
- cargo build --no-default-features --features alloc
- cargo check --manifest-path tests/crate/Cargo.toml --no-default-features --features alloc
- rust: nightly
name: Clippy