File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ script:
8
8
- cargo build --verbose
9
9
- cargo test --verbose
10
10
- |
11
- [ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose --features pattern
11
+ [ $TRAVIS_RUST_VERSION != nightly ] || (
12
+ cargo test --verbose --features pattern &&
13
+ cargo bench --verbose &&
14
+ cargo test --manifest-path=regex_macros/Cargo.toml &&
15
+ cargo bench --manifest-path=regex_macros/Cargo.toml
16
+ )
12
17
- cargo doc
13
- - cargo bench --verbose
14
- - |
15
- [ $TRAVIS_RUST_VERSION != nightly ] || cargo test --manifest-path=regex_macros/Cargo.toml
16
- - |
17
- [ $TRAVIS_RUST_VERSION != nightly ] || cargo bench --manifest-path=regex_macros/Cargo.toml
18
18
after_success : |
19
19
[ $TRAVIS_BRANCH = master ] &&
20
20
[ $TRAVIS_PULL_REQUEST = false ] &&
You can’t perform that action at this time.
0 commit comments