mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Have travis generate test coverage using istanbul.
This commit is contained in:
parent
ac7448759b
commit
85a8e7283f
@ -4,4 +4,7 @@ before_install:
|
||||
node_js:
|
||||
- "0.10"
|
||||
- "0.8"
|
||||
|
||||
script:
|
||||
- istanbul cover ./node_modules/.bin/grunt
|
||||
before_script:
|
||||
- npm install -g istanbul
|
||||
|
Loading…
Reference in New Issue
Block a user