test coverage

This commit is contained in:
Matias Alejo Garcia 2016-06-15 13:53:09 -03:00
commit d71d33296e
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
3 changed files with 8 additions and 11 deletions

View file

@ -1,6 +1,6 @@
language: node_js
node_js:
- '0.10'
- '0.12'
before_install:
- npm install -g bower
- npm install -g grunt-cli
@ -9,3 +9,5 @@ before_install:
install:
- bower install
- npm install
after_success:
- npm run exec:coveralls