Pass --frozen-lockfile to yarn in Travis builds

This commit is contained in:
Pavel Djundik 2018-05-24 16:44:41 +03:00
parent 944b8d9f34
commit de70e0ab0a

View file

@ -18,6 +18,9 @@ cache: yarn
before_script:
- NODE_ENV=$BUILD_ENV yarn build
install:
- yarn --frozen-lockfile
notifications:
email:
on_success: never