mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-27 19:28:56 +03:00
Provide no input for yarn
Hopefully it won't hang waiting for input as a result
This commit is contained in:
parent
2972599ee3
commit
3c3e6c4498
@ -125,7 +125,7 @@ matrix:
|
||||
install:
|
||||
- *INSTALL_NODE_VIA_NVM
|
||||
- travis_retry curl -OLSf https://yarnpkg.com/install.sh
|
||||
- travis_retry bash install.sh -- --version 1.7.0
|
||||
- travis_retry bash install.sh -- --version 1.7.0 < /dev/null
|
||||
- export PATH=$HOME/.yarn/bin:$PATH
|
||||
- yarn install --freeze-lockfile
|
||||
script: cargo test api::works
|
||||
|
Loading…
Reference in New Issue
Block a user