Skip to content

Commit

Permalink
Drop Node 0.8 from travis build due to devDependencie issues
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Apr 1, 2015
1 parent 6a98d0c commit 4e3c8a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 4e3c8a1

Please sign in to comment.