File tree Expand file tree Collapse file tree 3 files changed +256
-166
lines changed Expand file tree Collapse file tree 3 files changed +256
-166
lines changed Original file line number Diff line number Diff line change 55 - stable
66script : |
77 cargo build --verbose &&
8- cargo build --all-features --verbose &&
98 cargo test --verbose &&
10- cargo test --all-features --verbose &&
119 ([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose --no-default-features) &&
10+ ([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose --features union) &&
1211 ([ $TRAVIS_RUST_VERSION != nightly ] || cargo bench --verbose bench)
1312notifications :
1413 webhooks : http://build.servo.org:54856/travis
Original file line number Diff line number Diff line change @@ -12,13 +12,16 @@ documentation = "http://doc.servo.org/smallvec/"
1212
1313[features ]
1414std = []
15+ union = []
1516default = [" std" ]
1617
1718[lib ]
1819name = " smallvec"
1920path = " lib.rs"
2021
2122[dependencies ]
23+ unreachable = " 1.0.0"
24+ debug_unreachable = " 0.1"
2225serde = { version = " 1" , optional = true }
2326
2427[dev_dependencies ]
You can’t perform that action at this time.
0 commit comments