diff --git a/.travis.yml b/.travis.yml index 9f2b2ebf..2adbb532 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,9 @@ cache: yarn before_script: - NODE_ENV=$BUILD_ENV yarn build +install: + - yarn --frozen-lockfile + notifications: email: on_success: never