Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
chore: Drop support for Node 4
Browse files Browse the repository at this point in the history
BREAKING CHANGE: From this release, Dredd is not tested on Node 4 anymore. Node 4 end of life is April 2018.
  • Loading branch information
honzajavorek committed Jan 11, 2018
1 parent a0c49c6 commit 76058e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
node_js: "8"
script: "npm run lint"
- stage: "tests & code coverage"
node_js: "4"
script: "npm run test:coverage && npm run coveralls"
- node_js: "6"
node_js: "6"
script: "npm run test:coverage && npm run coveralls"
- node_js: "8"
script: "npm run test:coverage && npm run coveralls"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dredd": "bin/dredd"
},
"engines": {
"node": ">= 4"
"node": ">= 6"
},
"scripts": {
"lint": "conventional-changelog-lint --from=master && coffeelint src",
Expand Down

0 comments on commit 76058e8

Please sign in to comment.