chore: avoid yarn --pure-lockfile in travis (#1716)

This commit is contained in:
Nolan Lawson 2020-03-01 13:47:04 -08:00 committed by GitHub
parent c83c12e617
commit 464864cd3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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