Преглед на файлове

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"