Provide no input for yarn

Hopefully it won't hang waiting for input as a result
This commit is contained in:
Alex Crichton 2018-08-20 14:15:42 -07:00
parent 2972599ee3
commit 3c3e6c4498

View File

@ -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