File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -2,22 +2,25 @@ language: rust
2
2
sudo : false
3
3
matrix :
4
4
include :
5
- - rust : 1.32 .0
5
+ - rust : 1.36 .0
6
6
script :
7
7
- |
8
8
cargo build --verbose --no-default-features &&
9
+ cargo build --verbose --no-default-features --features "use_alloc" &&
9
10
cargo build --verbose --features "$FEATURES"
10
11
- rust : stable
11
12
script :
12
13
- |
13
14
cargo build --verbose --no-default-features &&
15
+ cargo build --verbose --no-default-features --features "use_alloc" &&
14
16
cargo build --verbose --features "$FEATURES" &&
15
17
cargo test --verbose --features "$FEATURES" &&
16
18
cargo bench --no-run --verbose --features "$FEATURES"
17
19
- rust : beta
18
20
script :
19
21
- |
20
22
cargo build --verbose --no-default-features &&
23
+ cargo build --verbose --no-default-features --features "use_alloc" &&
21
24
cargo build --verbose --features "$FEATURES" &&
22
25
cargo test --verbose --features "$FEATURES" &&
23
26
cargo bench --no-run --verbose --features "$FEATURES"
You can’t perform that action at this time.
0 commit comments