Skip to content

Commit

Permalink
Bump minimum node version to 6 (semver major)
Browse files Browse the repository at this point in the history
  • Loading branch information
stash committed Jan 7, 2019
1 parent 8aaa5c4 commit 16ba441
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@ node_js:
- "v10.*"
- "v8.*"
- "v6.*"
- "v4.*"
- "v0.12.*"
- "v0.10.*"
matrix:
fast_finish: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js"
},
"engines": {
"node": ">=0.8"
"node": ">=6"
},
"devDependencies": {
"async": "^1.4.2",
Expand Down

0 comments on commit 16ba441

Please sign in to comment.