From 3c3e6c4498d6b724d43993adc195aa6c5c6f1ace Mon Sep 17 00:00:00 2001 From: Alex Crichton <alex@alexcrichton.com> Date: Mon, 20 Aug 2018 14:15:42 -0700 Subject: [PATCH] Provide no input for yarn Hopefully it won't hang waiting for input as a result --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8144c973..8319842d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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