mirror of https://github.com/node-red/node-red.git
Have travis generate test coverage using istanbul.
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