chore: avoid yarn --pure-lockfile in travis (#1716)
This commit is contained in:
parent
c83c12e617
commit
464864cd3d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue