Skip to content

Commit 21f8573

Browse files
committed
travis: Test with and without procedural macro.
1 parent 52e6527 commit 21f8573

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ script:
99
- cargo test --verbose
1010
- cargo doc --verbose
1111
- cargo test --features heapsize
12+
- cargo test --features dummy_match_byte
13+
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then cargo test --features bench; fi
14+
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then cargo test --features "bench dummy_match_byte"; fi
1215

1316
notifications:
1417
webhooks: http://build.servo.org:54856/travis

0 commit comments

Comments
 (0)