From 1723654a08555d640962ead575aa997c85e7d4b4 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sun, 29 Nov 2015 15:01:34 -0800 Subject: Don't run serde tests on 1.0.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 6c4b419..888ca2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: -- cgit v1.2.3