Skip to content

Commit a579c02

Browse files
committed
travis: Test with and without procedural macro.
1 parent b2f097a commit a579c02

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+
- cargo bench --features bench
14+
- cargo bench --features "bench dummy_match_byte"
1215

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

0 commit comments

Comments
 (0)