Skip to content

Commit 5fc6000

Browse files
committed
Test const_generics at .travis.yml
1 parent 4fafd37 commit 5fc6000

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ script:
99
- cargo check -v
1010
- cargo test -v
1111
- cargo test --release -v
12+
- |
13+
[ "$TRAVIS_RUST_VERSION" != "nightly" ] || cargo test --features const_generics -v
14+
- |
15+
[ "$TRAVIS_RUST_VERSION" != "nightly" ] || cargo test --features const_generics --release -v
1216
- cargo doc -v

0 commit comments

Comments
 (0)