Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
chore: drop support for Node.js 0.10
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 committed Nov 1, 2016
1 parent a27c35b commit 5369cd5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ before_install:
- npm run bootstrap

node_js:
- "0.10"
- "0.12"
- "iojs"
- "4"
- "stable"
- '4'
- stable

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

0 comments on commit 5369cd5

Please sign in to comment.