Skip to content

Commit

Permalink
Drop support for node < 6
Browse files Browse the repository at this point in the history
  • Loading branch information
martinj committed Sep 18, 2018
1 parent 518eaf1 commit 51c64cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js

node_js:
- 0.12
- 4
- 6
- 8
- 10

script:
- npm test
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"release:major": "npm test && release-it -n -i major"
},
"engines": {
"node": ">=0.12.0"
"node": ">=6.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 51c64cc

Please sign in to comment.