Skip to content

Commit 65fead9

Browse files
author
bors-servo
authored
Auto merge of #46 - mbrubeck:travis, r=mbrubeck
Temporarily disable `cargo bench` because of #44. <!-- 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/46) <!-- Reviewable:end -->
2 parents d389f3a + 0586430 commit 65fead9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)