fix: Don't wait for user input during yarn install

This commit is contained in:
Richie Bendall 2019-06-28 20:43:50 +12:00 committed by GitHub
parent 21ac30f351
commit b5a616fb3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ cache:
before_install: npm i -g yarn
install: yarn install
install: yarn install --non-interactive
script:
- yarn test