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
1 changed files with 4 additions and 1 deletions

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