Add travis build test of 0.7.0 channel

This commit is contained in:
Richard Janis Goldschmidt 2016-08-17 23:12:20 +02:00
parent a4ccb797cf
commit 4f6f7b3292
1 changed files with 4 additions and 0 deletions

View File

@ -8,3 +8,7 @@ cargo test --verbose --manifest-path=macros/Cargo.toml
# Build test for the serde feature
cargo build --verbose --features "serde"
# Downgrade serde and build test the 0.7.0 channel as well
cargo update -p serde --precise 0.7.0
cargo build --verbose --features "serde"