Skip to content
Snippets Groups Projects
Unverified Commit 86c83959 authored by Carl Lerche's avatar Carl Lerche Committed by GitHub
Browse files

Have Travis build WASM target (#180)

parent e5c4c602
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,13 @@ matrix: ...@@ -36,6 +36,13 @@ matrix:
# Serde implementation # Serde implementation
- env: EXTRA_ARGS="--features serde" - 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 before_install: set -e
install: install:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment