Skip to content

Commit

Permalink
chore: drop support for Node.js 0.10 (#4)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This module no longer supports Node.js 0.10
  • Loading branch information
greenkeeperio-bot authored and blakeembrey committed Nov 1, 2016
1 parent 4d4cf16 commit 659cb9d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -7,8 +7,7 @@ notifications:
on_failure: change

node_js:
- "0.10"
- "0.12"
- "iojs"
- 4
- 6

after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 comments on commit 659cb9d

Please sign in to comment.