mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-26 11:34:22 +03:00
Try to fix Travis
This commit is contained in:
parent
28a25ef8b9
commit
b8292a617a
@ -5,6 +5,11 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
|
|
||||||
|
install:
|
||||||
|
- curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
|
||||||
|
- source ~/.nvm/nvm.sh
|
||||||
|
- nvm install 9
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- rustup target add wasm32-unknown-unknown
|
- rustup target add wasm32-unknown-unknown
|
||||||
- cargo test
|
- cargo test
|
||||||
|
Loading…
Reference in New Issue
Block a user