We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08221ef commit 49dc2b0Copy full SHA for 49dc2b0
.travis.yml
@@ -1,5 +1,5 @@
1
language: node_js
2
node_js:
3
+ - '10'
4
+ - '8'
5
- '6'
- - '5'
- - '4'
package.json
@@ -11,7 +11,7 @@
11
"url": "github.com/brandon93s"
12
},
13
"engines": {
14
- "node": ">=4.0.0"
+ "node": ">=6.0.0"
15
16
"scripts": {
17
"test": "ava --verbose"
0 commit comments