Skip to content

Commit

Permalink
Drop NodeJS 4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
riyadhalnur committed May 29, 2018
1 parent a09d8c5 commit 61931a1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- '4'
- '6'
- '8'
- '10'
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"weather": "cli.js"
},
"engines": {
"node": ">=4"
"node": ">=6"
},
"scripts": {
"test": "mocha -t 10000 tests/tests.js",
Expand Down

0 comments on commit 61931a1

Please sign in to comment.