File tree 3 files changed +259
-166
lines changed
3 files changed +259
-166
lines changed Original file line number Diff line number Diff line change 5
5
- stable
6
6
script : |
7
7
cargo build --verbose &&
8
- cargo build --all-features --verbose &&
9
8
cargo test --verbose &&
10
- cargo test --all-features --verbose &&
11
9
([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose --no-default-features) &&
10
+ ([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose --features union) &&
12
11
([ $TRAVIS_RUST_VERSION != nightly ] || cargo bench --verbose bench)
13
12
notifications :
14
13
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/"
12
12
13
13
[features ]
14
14
std = []
15
+ union = []
15
16
default = [" std" ]
16
17
17
18
[lib ]
18
19
name = " smallvec"
19
20
path = " lib.rs"
20
21
21
22
[dependencies ]
23
+ unreachable = " 1.0.0"
24
+ debug_unreachable = " 0.1"
22
25
serde = { version = " 1" , optional = true }
23
26
24
27
[dev_dependencies ]
You can’t perform that action at this time.
0 commit comments