add coverage reporting using nyc and coveralls

This commit is contained in:
Benjamin Coe 2015-05-25 01:37:33 -07:00
parent e3272e8449
commit b630e70855
4 changed files with 10 additions and 1 deletions

View file

@ -4,3 +4,4 @@ node_js:
- 'iojs'
- '0.12'
- '0.10'
after_success: npm run coveralls