Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 4aa76d3

Browse files
committed
Remove support for node 4 and 5
1 parent 8bb9c3b commit 4aa76d3

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ version: "{build}"
77
# What combinations to test
88
environment:
99
matrix:
10-
- nodejs_version: 4
11-
- nodejs_version: 5
1210
- nodejs_version: 6
1311
- nodejs_version: 7
1412
- nodejs_version: 8

circle.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
test:
22
override:
3-
- nvm install 4.8.7 && npm run test
4-
- nvm install 5.12.0 && npm run test
53
- nvm install 6.13.0 && npm run test
64
- nvm install 7.10.1 && npm run test
75
- nvm install 8.9.4 && npm run test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"codacy-coverage": "./bin/codacy-coverage.js"
2929
},
3030
"engines": {
31-
"node": ">= 4.0.0"
31+
"node": ">= 6.0.0"
3232
},
3333
"dependencies": {
3434
"bluebird": "^3.5.x",

0 commit comments

Comments
 (0)