mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-19 00:00:12 +02:00
Have Travis build WASM target (#180)
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user