Skip to content

Commit

Permalink
Added const_generics test support at .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII committed Aug 31, 2019
1 parent 4fafd37 commit 8785759
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ script:
- cargo check -v
- cargo test -v
- cargo test --release -v
- |
[ "$TRAVIS_RUST_VERSION" != "nightly" ] || cargo test --features const_generics -v
- |
[ "$TRAVIS_RUST_VERSION" != "nightly" ] || cargo test --features const_generics --release -v
- cargo doc -v

0 comments on commit 8785759

Please sign in to comment.