From 464864cd3dd026366ad53ef5cb32f4e6b84ceebe Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 1 Mar 2020 13:47:04 -0800 Subject: [PATCH] chore: avoid yarn --pure-lockfile in travis (#1716) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 888e0c21..9d0853c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,6 +46,7 @@ before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash -s - export PATH="$HOME/.yarn/bin:$PATH" - ./bin/setup-mastodon-in-travis.sh +install: yarn # don't allow yarn --pure-lockfile because Greenkeeper needs to update before_script: - yarn run lint - greenkeeper-lockfile-update