Skip to content

Commit 1a2d9e6

Browse files
committed
Update CI to test const-generics feature
1 parent c8e4f6d commit 1a2d9e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ script:
2727
cargo test --no-default-features --features std &&
2828
cargo test --no-default-features --features "std i128" &&
2929
cargo test --no-default-features --features "std core_hint_black_box" &&
30-
cargo test --no-default-features --features "std i128 core_hint_black_box"
30+
cargo test --no-default-features --features "std const-generics" &&
31+
cargo test --no-default-features --features "std i128 core_hint_black_box" &&
32+
cargo test --no-default-features --features "std i128 core_hint_black_box const-generics"
3133

3234
notifications:
3335
slack:

0 commit comments

Comments
 (0)