Skip to content

Commit

Permalink
Have Travis build WASM target (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche committed Jan 29, 2018
1 parent e5c4c60 commit 86c8395
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 86c8395

Please sign in to comment.