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.
2 parents ce94fc6 + 28aba55 commit e3e9cc9Copy full SHA for e3e9cc9
.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