We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fafd37 commit 5fc6000Copy full SHA for 5fc6000
.travis.yml
@@ -9,4 +9,8 @@ script:
9
- cargo check -v
10
- cargo test -v
11
- 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
16
- cargo doc -v
0 commit comments