mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Have travis generate test coverage using istanbul.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user