Skip to content

Commit

Permalink
Add test check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jul 23, 2019
1 parent 5d87674 commit 1ef724a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ rust:
matrix:
allow_failures:
- rust: nightly

script:
- if [[ "$TRAVIS_RUST_VERSION" == "nightly" ]]; then
cargo test --features readme;
else
cargo test;
fi

0 comments on commit 1ef724a

Please sign in to comment.