diff options
author | Alex Crichton <alex@alexcrichton.com> | 2016-01-25 13:04:04 -0800 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2016-01-25 13:04:04 -0800 |
commit | 0fd42c9e1718672cbb0a1190dbdbc901edfd5a92 (patch) | |
tree | 132d328642d9d5b09885b920504d9feb1ac6e412 | |
parent | 6b0a1362a161a2fe5574f66843e11ee54af28b7d (diff) | |
download | milf-rs-0fd42c9e1718672cbb0a1190dbdbc901edfd5a92.tar.gz milf-rs-0fd42c9e1718672cbb0a1190dbdbc901edfd5a92.zip |
Move travis from 1.0.0 -> stable
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 1 insertions, 4 deletions
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: |