Skip to content

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 f98ec02 commit 6d1f1e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ script:
language: node_js

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

branches:
except:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"travis": "if [ $COVERAGE ]; then npm run coveralls; else npm run test; fi"
},
"engines": {
"node": ">=0.10.0"
"node": ">= 4"
},
"readmeFilename": "README.md",
"license": "MIT"
Expand Down

0 comments on commit 6d1f1e1

Please sign in to comment.