Add node 0.12 to Travis config

This commit is contained in:
Nick O'Leary 2015-02-07 19:57:58 +00:00
parent 8716e7e601
commit ef2360baee
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ language: node_js
before_install:
- npm install -g npm@~1.4.18
node_js:
- "0.12"
- "0.10"
script:
- istanbul cover ./node_modules/.bin/grunt --report lcovonly && istanbul report text && ( cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true ) && rm -rf coverage