Skip to content

Commit 235f7b2

Browse files
committed
[CHORE] Test against node.js 6 and 8
And drop support for node 4 that is not maintained anymore.
1 parent b387b01 commit 235f7b2

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js:
3-
- "4"
43
- "6"
4+
- "8"
55

66
os:
77
- linux

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environment:
22
matrix:
3-
- nodejs_version: "4"
43
- nodejs_version: "6"
4+
- nodejs_version: "8"
55

66
# Fix line endings in Windows. (runs before repo cloning)
77
init:

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
"fs-extra": "^4.0.2",
2020
"jest": "^20.0.4",
2121
"tmp": "^0.0.33"
22+
},
23+
"engines": {
24+
"node": "6.* || >= 8.*"
2225
}
2326
}

0 commit comments

Comments
 (0)