瀏覽代碼

Add build test for serde feature

Richard Janis Goldschmidt 8 年之前
父節點
當前提交
eb486e8dc1
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .travis/test_nightly.sh

+ 3 - 0
.travis/test_nightly.sh

@@ -5,3 +5,6 @@ set -ex
 cargo bench --verbose
 
 cargo test --verbose --manifest-path=macros/Cargo.toml
+
+# Build test for the serde feature
+cargo build --verbose --features "serde"