Skip to content

Commit

Permalink
chore(greenkeeper): support for lockfiles (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvdutt authored and evenstensberg committed Jun 15, 2018
1 parent 761bd3f commit 398d18f
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 @@ -49,7 +49,7 @@ install:
- npm ci
- npm install -g codecov
- npm install -g eslint
- npm install -g greenkeeper-lockfile@1
- npm install -g greenkeeper-lockfile@2
- lerna bootstrap

before_script: greenkeeper-lockfile-update
Expand All @@ -62,6 +62,6 @@ jobs:
- stage: NPM release
if: branch = master
node_js: "lts/*"
script:
script:
- npm run changelog
- npm run travis-deploy-once "npm run semantic-release"

0 comments on commit 398d18f

Please sign in to comment.