Skip to content

Commit

Permalink
add coveralls & travis tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ichiriac committed Jan 5, 2017
1 parent d804dbf commit 941aaf8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo_token: AwvsNlJsJpdbhfnP7lV9XstpP3RfkjTqR
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: node_js
node_js:
- '0.12'
cache:
bundler: true
directories:
- node_modules # NPM package
notifications:
email: false
webhooks:
urls:
- https://webhooks.gitter.im/e/f1d48355795bf25a8f9a
on_success: change
on_failure: always
on_start: never
script: npm run cover
after_success: cat /home/travis/build/glayzzle/docblock-parser/coverage/lcov.info | /home/travis/build/glayzzle/docblock-parser/node_modules/coveralls/bin/coveralls.js

0 comments on commit 941aaf8

Please sign in to comment.