1 2 3 4 5 6 7 8 9 10
language: rust cache: cargo matrix: include: - rust: stable env: FEATURES="" - rust: stable env: FEATURES="serde" script: - cargo test --verbose --no-default-features --features "$FEATURES"