Skip to content

Commit

Permalink
ci: Use greenkeeper-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Spitzer committed Jul 13, 2018
1 parent b9e8ebd commit d63d988
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ cache:
notifications:
email: false
before_install:
- npm i -g npm@latest
- npm i -g npm@latest greenkeeper-lockfile
install:
- npm install # npm ci is not compatible with greenkeeper-lockfile
before_script:
- greenkeeper-lockfile-update
after_script:
- greenkeeper-lockfile-upload
after_success:
- npm run travis-deploy-once "npm run semantic-release"
branches:
Expand Down

0 comments on commit d63d988

Please sign in to comment.