Merge pull request #1243 from serde-rs/ci

Add a CI build on 1.15.0
This commit is contained in:
David Tolnay
2018-05-02 15:17:10 -07:00
committed by GitHub
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ cache: cargo
# run builds for all the trains (and more)
rust:
- 1.13.0
- 1.15.0
- stable
- beta
- nightly
+6
View File
@@ -87,4 +87,10 @@ else
channel build --no-default-features
cd "$DIR/serde_test"
channel build
CHANNEL=1.15.0
cd "$DIR"
cargo clean
cd "$DIR/serde_derive"
channel build
fi