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