Skip to content

Commit

Permalink
Drop old node version support
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Oct 10, 2016
1 parent 1ebe6aa commit bbc666a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -3,9 +3,6 @@ node_js:
- "stable"
- "5"
- "4"
- "0.12"
- "0.10"
- "iojs"

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,7 +43,7 @@
"travis-after-all": "latest"
},
"engines": {
"node": ">= 0.10"
"node": ">= 4"
},
"scripts": {
"clean": "rm -rf node_modules",
Expand Down

0 comments on commit bbc666a

Please sign in to comment.