Skip to content

Commit

Permalink
fixup! Bench only in nightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Jan 21, 2017
1 parent 8d9e01f commit e656282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e656282

Please sign in to comment.