1
0
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:
Mark Hindess 2014-07-01 12:45:52 +01:00
parent ac7448759b
commit 85a8e7283f

View File

@ -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