diff --git a/.travis.yml b/.travis.yml index ae971ab0..2f0758b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,8 @@ script: - cargo doc --verbose - cargo test --features heapsize - cargo test --features 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 + - if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then cargo test --features bench; fi + - if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then cargo test --features "bench dummy_match_byte"; fi notifications: webhooks: http://build.servo.org:54856/travis