Skip to content

Commit 0ed286c

Browse files
committed
Update compatibility with Node.js lastest and LTS
1 parent d7f3fdf commit 0ed286c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ env:
22
- npm_config_coverage=true
33
language: node_js
44
node_js:
5-
- "5"
6-
- "4.1"
7-
- "4.0"
8-
- "0.12"
5+
- "6"
6+
- "8"
97
after_success:
108
- bash <(curl -s https://codecov.io/bash)

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@
4444
"mitm": "^1.3.2",
4545
"mocha": "^3.5.0",
4646
"must": "^0.13.4"
47+
},
48+
"engines": {
49+
"node": ">=6"
4750
}
4851
}

0 commit comments

Comments
 (0)