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 Oct 31, 2016
1 parent 924f4e9 commit e73c2a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
@@ -1,11 +1,9 @@
sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5'
- '6'
- '4'
- '5'
- '6'
before_script:
- npm config set coverage true
after_success:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -49,7 +49,7 @@
},
"engines": {
"npm": ">=1.3.7",
"node": ">=0.8.0"
"node": ">= 4"
},
"license": "MIT"
}

0 comments on commit e73c2a9

Please sign in to comment.