Drop Node 0.8 from travis build due to devDependencie issues

This commit is contained in:
Nick O'Leary 2015-04-01 23:32:00 +01:00
parent 203d3f672c
commit 9ca9d88546
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ before_install:
- npm install -g npm@~1.4.18
node_js:
- "0.10"
- "0.8"
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
before_script: