Skip to content

Commit

Permalink
Drop support for Node 6
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop support for Node 6

Ref #1297
  • Loading branch information
paulmelnikow authored and gr2m committed Dec 18, 2018
1 parent e0424c0 commit 15b3cf0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -30,8 +30,6 @@ jobs:
script: npm run unit
- node_js: 8
script: npm run unit
- node_js: 6
script: npm run unit
- stage: release
node_js: lts/*
env: semantic-release
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"url": "http://github.com/nock/nock/issues"
},
"engines": [
"node >= 4.0"
"node >= 8.0"
],
"main": "./index",
"dependencies": {
Expand Down

0 comments on commit 15b3cf0

Please sign in to comment.