We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b7eab commit 41eb149Copy full SHA for 41eb149
.travis.yml
@@ -1,9 +1,9 @@
1
language: node_js
2
3
node_js:
4
+ - 10
5
- 8
6
- 6
- - 4
7
8
os:
9
- linux
appveyor.yml
version: '{build}'
environment:
matrix:
- - nodejs_version: '4'
- - nodejs_version: '6'
+ - nodejs_version: '10'
- nodejs_version: '8'
+ - nodejs_version: '6'
branches:
only:
- master
package.json
@@ -57,7 +57,7 @@
57
"xo": "^0.20.0"
58
},
59
"engines": {
60
- "node": ">=4"
+ "node": ">=6"
61
62
"files": [
63
"lib"
0 commit comments