Skip to content

Commit 6304862

Browse files
committed
Added const_generics test support at .travis.yml
1 parent 4fafd37 commit 6304862

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
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 || true
14+
- |
15+
[ "$TRAVIS_RUST_VERSION" = "nightly" ] && cargo test --features const_generics --release -v || true
1216
- cargo doc -v

0 commit comments

Comments
 (0)