Skip to content

Commit

Permalink
chore(travis): install greenkeeper package lock plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hfreire authored Nov 13, 2017
1 parent 838a8ff commit 4c3c327
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ notifications:
on_success: never
on_failure: always
on_pull_requests: false
before_install:
- npm install -g greenkeeper-lockfile@1
before_script:
- npm prune
- npm prune
- greenkeeper-lockfile-update
after_success:
- npm run coveralls
- npm run semantic-release
- npm run coveralls
- npm run semantic-release
after_script:
- greenkeeper-lockfile-upload

0 comments on commit 4c3c327

Please sign in to comment.