Skip to content

Commit 69e242d

Browse files
committed
Test regex-syntax crate in Travis.
1 parent a66df89 commit 69e242d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ script:
1515
cargo bench --manifest-path=regex_macros/Cargo.toml
1616
)
1717
- cargo doc
18+
- cargo test --verbose --manifest-path=regex_syntax/Cargo.toml
19+
- cargo doc --verbose --manifest-path=regex_syntax/Cargo.toml
1820
after_success: |
1921
[ $TRAVIS_BRANCH = master ] &&
2022
[ $TRAVIS_PULL_REQUEST = false ] &&

0 commit comments

Comments
 (0)