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

Commit

Permalink
chore: setup greenkeeper to update lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Woodward committed Aug 16, 2017
1 parent 92825fd commit 2d9b115
Show file tree
Hide file tree
Showing 2 changed files with 1,478 additions and 796 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@ branches:
only:
- master
- /^greenkeeper/.*$/
before_script:
before_install:
- npm prune
- npm install -g greenkeeper-lockfile@1
script:
- npm run lint
- npm run test
after_script:
- greenkeeper-lockfile-upload
after_success:
- npm run report-coverage
- npm run semantic-release
notifications:
Expand Down

0 comments on commit 2d9b115

Please sign in to comment.