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.
1 parent 99c02d2 commit d299861Copy full SHA for d299861
.travis.yml
@@ -5,9 +5,9 @@ rust:
5
- stable
6
script: |
7
cargo build --verbose &&
8
- cargo build --features=heapsizeof --verbose &&
+ cargo build --all-features --verbose &&
9
cargo test --verbose &&
10
- cargo test --features=heapsizeof --verbose &&
+ cargo test --all-features --verbose &&
11
([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose --no-default-features) &&
12
([ $TRAVIS_RUST_VERSION != nightly ] || cargo bench --verbose bench)
13
notifications:
0 commit comments