Skip to content

Commit e3e9cc9

Browse files
author
bors-servo
authored
Auto merge of #47 - mbrubeck:travis, r=emilio
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 -->
2 parents ce94fc6 + 28aba55 commit e3e9cc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ script: |
77
cargo build --verbose &&
88
cargo build --features=heapsizeof --verbose &&
99
cargo test --verbose &&
10-
cargo test --features=heapsizeof --verbose
10+
cargo test --features=heapsizeof --verbose &&
11+
([ $TRAVIS_RUST_VERSION != nightly ] || cargo bench --verbose bench)
1112
notifications:
1213
webhooks: http://build.servo.org:54856/travis

0 commit comments

Comments
 (0)