Stop building on 1.5.0

Syntex no longer supports this version of Rust.
This commit is contained in:
David Tolnay 2016-06-11 01:31:12 -07:00
parent 6b404d8529
commit 9834af7ed9
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -3,7 +3,6 @@ rust:
- stable
- beta
- nightly
- 1.5.0
addons:
apt:
packages:
@ -18,7 +17,7 @@ script:
- (cd serde && travis-cargo build)
- (cd serde && travis-cargo test)
- (cd serde && travis-cargo --only nightly test -- --features nightly-testing)
- (cd serde && travis-cargo --skip 1.5.0 build -- --no-default-features)
- (cd serde && travis-cargo build -- --no-default-features)
- (cd serde && travis-cargo --only nightly build -- --no-default-features)
- (cd serde && travis-cargo --only nightly build -- --no-default-features --features alloc)
- (cd serde && travis-cargo --only nightly build -- --no-default-features --features collections)
@ -26,7 +25,7 @@ script:
- (cd serde_tests && travis-cargo --only nightly test -- --features nightly-testing)
- (cd serde_macros && travis-cargo --only nightly test -- --features nightly-testing)
- (cd serde_macros && travis-cargo --only nightly bench -- --features nightly-testing)
- (cd examples/serde-syntex-example && travis-cargo --skip 1.5.0 run)
- (cd examples/serde-syntex-example && travis-cargo run)
- (cd examples/serde-syntex-example && travis-cargo --only nightly run -- --features nightly --no-default-features)
- (cd serde && travis-cargo --only stable doc)
- (cd serde_codegen && travis-cargo --only stable doc)