Skip to content

Commit b844896

Browse files
committed
Revert "Test with serde on Travis. Fix #86"
This reverts commit a8f3529. Nightly builds like https://travis-ci.org/servo/rust-cssparser/jobs/100079015 regularly get broken because on of serde’s dependencies needs to be updated for changes in unstable Rust APIs. This has so far never been an issue in cssparer itself, which only has `#[derive]` attributes.
1 parent a8f3529 commit b844896

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ 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)
1413

1514
after_success: |
1615
[ $TRAVIS_RUST_VERSION = nightly ] &&

0 commit comments

Comments
 (0)