Skip to content

Commit 63c52c6

Browse files
committed
Test serde-serialization feature on Travis CI.
1 parent d5c93cf commit 63c52c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ script:
88
- cargo build --verbose
99
- cargo test --verbose
1010
- cargo doc --verbose
11+
- ([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose --features heap_size)
1112
- ([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --features heap_size)
1213

1314
after_success: |

0 commit comments

Comments
 (0)