Have Travis build WASM target (#180)

This commit is contained in:
Carl Lerche
2018-01-29 10:18:52 -08:00
committed by GitHub
parent dbb00dde0f
commit 33778ed555
+7
View File
@@ -36,6 +36,13 @@ matrix:
# Serde implementation
- env: EXTRA_ARGS="--features serde"
# WASM support
- rust: beta
script:
- rustup target add wasm32-unknown-unknown
- cargo build --target=wasm32-unknown-unknown
before_install: set -e
install: