Skip to content

Commit 1ef724a

Browse files
Add test check in CI
1 parent 5d87674 commit 1ef724a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,10 @@ rust:
1313
matrix:
1414
allow_failures:
1515
- rust: nightly
16+
17+
script:
18+
- if [[ "$TRAVIS_RUST_VERSION" == "nightly" ]]; then
19+
cargo test --features readme;
20+
else
21+
cargo test;
22+
fi

0 commit comments

Comments
 (0)