Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Commit

Permalink
build(travis): enable lockfile update for greenkeeper
Browse files Browse the repository at this point in the history
Previously greenkeeper onliy bumped versions in package.json without updating the lockfile. Later
running yarn would add unrelated noise to diffs from previous greenkeeper prs.
  • Loading branch information
eps1lon committed Jun 7, 2018
1 parent 001322d commit c7d5171
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ language: node_js
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.6.0
- export PATH=$HOME/.yarn/bin:$PATH
- yarn global add greenkeeper-lockfile@1
cache:
yarn: true
before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
script:
- yarn run lint
- yarn run format:check
Expand Down

0 comments on commit c7d5171

Please sign in to comment.