ci: freeze yarn lockfile when installing dependencies (#19616)

PR Close #19616
This commit is contained in:
Peter Bacon Darwin
2017-10-11 08:15:03 +01:00
committed by Chuck Jazdzewski
parent fc1dcffbdd
commit 3e3f918bb3
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ travisFoldEnd "install-yarn"
# Install all npm dependencies according to yarn.lock
travisFoldStart "yarn-install"
node tools/npm/check-node-modules --purge || yarn install
node tools/npm/check-node-modules --purge || yarn install --freeze-lockfile --non-interactive
travisFoldEnd "yarn-install"