Merge pull request #60 from matiu/ref/coveralls

add coveralls to travis
This commit is contained in:
Matias Alejo Garcia 2015-02-21 15:53:53 -03:00
commit 09853e6af0
1 changed files with 2 additions and 0 deletions

View File

@ -3,3 +3,5 @@ node_js:
- '0.10'
install:
- npm install
after_success:
- npm run coveralls