We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo bench
1 parent ce94fc6 commit 28aba55Copy full SHA for 28aba55
.travis.yml
@@ -7,6 +7,7 @@ script: |
7
cargo build --verbose &&
8
cargo build --features=heapsizeof --verbose &&
9
cargo test --verbose &&
10
- cargo test --features=heapsizeof --verbose
+ cargo test --features=heapsizeof --verbose &&
11
+ ([ $TRAVIS_RUST_VERSION != nightly ] || cargo bench --verbose bench)
12
notifications:
13
webhooks: http://build.servo.org:54856/travis
0 commit comments