mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-28 21:57:56 +00:00
Remove dev-dependencies features from serde_test
Apparently Cargo is applying these features to the non-dev dependency on serde as well. Concluded by running `cargo clean && cargo build` and observing that serde_derive was getting built.
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ matrix:
|
||||
- cargo build --no-default-features
|
||||
- cd "${TRAVIS_BUILD_DIR}/serde_test"
|
||||
- cargo build
|
||||
- cargo test
|
||||
- cargo test --features serde/derive,serde/rc
|
||||
|
||||
- rust: beta
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user