We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5e909 commit 068514fCopy full SHA for 068514f
.travis.yml
@@ -15,8 +15,8 @@ script:
15
cargo bench --manifest-path=regex_macros/Cargo.toml
16
)
17
- cargo doc
18
- - cargo test --verbose --manifest-path=regex_syntax/Cargo.toml
19
- - cargo doc --verbose --manifest-path=regex_syntax/Cargo.toml
+ - cargo test --verbose --manifest-path=regex-syntax/Cargo.toml
+ - cargo doc --verbose --manifest-path=regex-syntax/Cargo.toml
20
after_success: |
21
[ $TRAVIS_BRANCH = master ] &&
22
[ $TRAVIS_PULL_REQUEST = false ] &&
0 commit comments