Install wasm target on CI

This commit is contained in:
Alex Crichton 2017-12-18 14:55:25 -08:00
parent abb9c845a5
commit 384027088b
2 changed files with 2 additions and 0 deletions

View File

@ -8,4 +8,5 @@ install:
build: false
test_script:
- rustup target add wasm32-unknown-unknown
- cargo test

View File

@ -6,6 +6,7 @@ matrix:
- rust: nightly
script:
- rustup target add wasm32-unknown-unknown
- cargo test
notifications: