We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e6527 commit 21f8573Copy full SHA for 21f8573
.travis.yml
@@ -9,6 +9,9 @@ script:
9
- cargo test --verbose
10
- cargo doc --verbose
11
- 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
15
16
notifications:
17
webhooks: http://build.servo.org:54856/travis
0 commit comments