test coverage
This commit is contained in:
parent
74a6a98529
commit
d71d33296e
3 changed files with 8 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue