Add a CI build on 1.15.0

This commit is contained in:
David Tolnay
2018-05-02 14:29:51 -07:00
parent 893c0578dd
commit 77f9e63661
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