Add serde support behind serde feature (#96)

This commit is contained in:
Arthur Silva
2017-05-02 10:51:52 -07:00
committed by Carl Lerche
parent 37f6cabd96
commit b196559818
7 changed files with 124 additions and 3 deletions
+3
View File
@@ -33,6 +33,9 @@ matrix:
- env: RUST_TEST_THREADS=1 TARGET=powerpc-unknown-linux-gnu
- env: RUST_TEST_THREADS=1 TARGET=powerpc64-unknown-linux-gnu
# Serde implementation
- env: EXTRA_ARGS="--features serde"
before_install: set -e
install: