Skip to content

Commit a8f3529

Browse files
committed
Test with serde on Travis. Fix servo#86
1 parent af09656 commit a8f3529

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
@@ -10,6 +10,7 @@ script:
1010
- cargo test --verbose
1111
- cargo doc --verbose
1212
- ([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --features heap_size)
13+
- ([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --features serde-serialization)
1314

1415
after_success: |
1516
[ $TRAVIS_RUST_VERSION = nightly ] &&

0 commit comments

Comments
 (0)