Skip to content

Commit 391f6a8

Browse files
committed
Tweak travis config a bit
1 parent 21e5331 commit 391f6a8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ script:
88
- cargo build --verbose
99
- cargo test --verbose
1010
- |
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+
)
1217
- 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
1818
after_success: |
1919
[ $TRAVIS_BRANCH = master ] &&
2020
[ $TRAVIS_PULL_REQUEST = false ] &&

0 commit comments

Comments
 (0)