Skip to content

Commit d299861

Browse files
committed
Make travis test with all features enabled
1 parent 99c02d2 commit d299861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ rust:
55
- stable
66
script: |
77
cargo build --verbose &&
8-
cargo build --features=heapsizeof --verbose &&
8+
cargo build --all-features --verbose &&
99
cargo test --verbose &&
10-
cargo test --features=heapsizeof --verbose &&
10+
cargo test --all-features --verbose &&
1111
([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose --no-default-features) &&
1212
([ $TRAVIS_RUST_VERSION != nightly ] || cargo bench --verbose bench)
1313
notifications:

0 commit comments

Comments
 (0)