Don't run serde tests on 1.0.0

This commit is contained in:
Alex Crichton 2015-11-29 15:01:34 -08:00
parent 6188b884fd
commit 1723654a08

View file

@ -12,7 +12,7 @@ script:
- cargo build --verbose --no-default-features
- cargo build --verbose --features serde --no-default-features
- cargo test --verbose --features serde
- cargo test --verbose --manifest-path serde-tests/Cargo.toml
- [ "$TRAVIS_RUST_VERSION" = "1.0.0" ] || cargo test --verbose --manifest-path serde-tests/Cargo.toml
- rustdoc --test README.md -L target
- cargo doc --no-deps
after_success: