Skip to content

Commit 068514f

Browse files
committed
s/regex_syntax/regex-syntax
1 parent 6d5e909 commit 068514f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +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
18+
- cargo test --verbose --manifest-path=regex-syntax/Cargo.toml
19+
- cargo doc --verbose --manifest-path=regex-syntax/Cargo.toml
2020
after_success: |
2121
[ $TRAVIS_BRANCH = master ] &&
2222
[ $TRAVIS_PULL_REQUEST = false ] &&

0 commit comments

Comments
 (0)