mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-25 19:11:45 +03:00
Try to fix Travis
This commit is contained in:
parent
28a25ef8b9
commit
b8292a617a
@ -5,6 +5,11 @@ matrix:
|
||||
include:
|
||||
- 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:
|
||||
- rustup target add wasm32-unknown-unknown
|
||||
- cargo test
|
||||
|
Loading…
Reference in New Issue
Block a user