We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a579c02 commit 6105db6Copy full SHA for 6105db6
.travis.yml
@@ -10,8 +10,8 @@ script:
10
- cargo doc --verbose
11
- cargo test --features heapsize
12
- cargo test --features dummy_match_byte
13
- - cargo bench --features bench
14
- - cargo bench --features "bench dummy_match_byte"
+ - if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then cargo bench --features bench; fi
+ - if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then cargo bench --features "bench dummy_match_byte"; fi
15
16
notifications:
17
webhooks: http://build.servo.org:54856/travis
0 commit comments