From 0fd42c9e1718672cbb0a1190dbdbc901edfd5a92 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 25 Jan 2016 13:04:04 -0800 Subject: Move travis from 1.0.0 -> stable --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 571d1a4..cf28e86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: rust rust: - - 1.0.0 - stable - beta - nightly @@ -12,9 +11,7 @@ script: - cargo build --verbose --no-default-features - cargo build --verbose --features serde --no-default-features - cargo test --verbose --features serde - - if [ "$TRAVIS_RUST_VERSION" != "1.0.0" ]; then - cargo test --verbose --manifest-path serde-tests/Cargo.toml; - fi + - 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