Add a CI build on 1.15.0
This commit is contained in:
parent
893c0578dd
commit
77f9e63661
@ -5,6 +5,7 @@ cache: cargo
|
|||||||
# run builds for all the trains (and more)
|
# run builds for all the trains (and more)
|
||||||
rust:
|
rust:
|
||||||
- 1.13.0
|
- 1.13.0
|
||||||
|
- 1.15.0
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
|
@ -87,4 +87,10 @@ else
|
|||||||
channel build --no-default-features
|
channel build --no-default-features
|
||||||
cd "$DIR/serde_test"
|
cd "$DIR/serde_test"
|
||||||
channel build
|
channel build
|
||||||
|
|
||||||
|
CHANNEL=1.15.0
|
||||||
|
cd "$DIR"
|
||||||
|
cargo clean
|
||||||
|
cd "$DIR/serde_derive"
|
||||||
|
channel build
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user