浏览代码

Add travis build test of 0.7.0 channel

Richard Janis Goldschmidt 8 年之前
父节点
当前提交
4f6f7b3292
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .travis/test_nightly.sh

+ 4 - 0
.travis/test_nightly.sh

@@ -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"