Skip to content

Commit

Permalink
feat(package): Adds Semantic Release, Greenkeeper, and NYC.
Browse files Browse the repository at this point in the history
Merges PR #28
  • Loading branch information
ryasmi authored Sep 27, 2017
2 parents 1d33cf2 + ba2be1b commit 9564047
Show file tree
Hide file tree
Showing 4 changed files with 4,624 additions and 205 deletions.
Binary file removed .DS_Store
Binary file not shown.
21 changes: 17 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
language: node_js
node_js: node
sudo: false

notifications:
email: false

before_install:
- npm install -g greenkeeper-lockfile@1

before_script:
- greenkeeper-lockfile-update
- npm prune

script:
- npm test
- npm run build
- mkdir coverage
- npm run cover
- npm run codecov
- npm run lint
- npm run duplication-limit
- npm run duplication -- --limit=0.01

after_success:
- npm prune --production
- npm run semantic-release
- greenkeeper-lockfile-upload
Loading

0 comments on commit 9564047

Please sign in to comment.