Skip to content

Commit 28aba55

Browse files
committed
Revert "Temporarily disable cargo bench because of #44."
This reverts commit 0586430.
1 parent ce94fc6 commit 28aba55

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)