Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Update greenkeeper-lockfile
Browse files Browse the repository at this point in the history
This should now work for the monorepo.

Fixes #189.
  • Loading branch information
mAAdhaTTah committed Jun 23, 2018
1 parent 85ba00e commit 861168c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ addons:
sauce_connect: true

before_install:
- npm i -g greenkeeper-lockfile@1
- yarn global add greenkeeper-lockfile@2

before_script:
- npx lerna bootstrap
- npx lerna run build
- greenkeeper-lockfile-update

script:
- travis_retry npm test
- travis_retry yarn test

after_script:
- greenkeeper-lockfile-upload

0 comments on commit 861168c

Please sign in to comment.