Skip to content

Commit

Permalink
Auto merge of #47 - mbrubeck:travis, r=emilio
Browse files Browse the repository at this point in the history
Re-enable cargo bench on Travis

This reverts commit 0586430 which disabled `cargo bench` on Travis because of #44  which is now fixed.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-smallvec/47)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo authored Mar 23, 2017
2 parents ce94fc6 + 28aba55 commit e3e9cc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ script: |
cargo build --verbose &&
cargo build --features=heapsizeof --verbose &&
cargo test --verbose &&
cargo test --features=heapsizeof --verbose
cargo test --features=heapsizeof --verbose &&
([ $TRAVIS_RUST_VERSION != nightly ] || cargo bench --verbose bench)
notifications:
webhooks: http://build.servo.org:54856/travis

0 comments on commit e3e9cc9

Please sign in to comment.