Skip to content

Commit

Permalink
Merge pull request #1428 from nylen/deprecate-node-0.8
Browse files Browse the repository at this point in the history
Deprecate Node v0.8.x
  • Loading branch information
nylen committed Feb 20, 2015
2 parents 8aede67 + 7ae61b5 commit b1dd4ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,8 +1,6 @@
language: node_js
node_js:
- "0.8"
- "0.10"
before_install: npm install -g npm@~1.4.6
after_script: ./node_modules/.bin/istanbul cover ./node_modules/tape/bin/tape tests/test-*.js --report lcovonly && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js --verbose
webhooks:
urls: https://webhooks.gitter.im/e/237280ed4796c19cc626
Expand Down

0 comments on commit b1dd4ff

Please sign in to comment.