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 716b7e6 commit 5a75d02Copy full SHA for 5a75d02
.travis.yml
@@ -1,9 +1,8 @@
1
language: node_js
2
node_js:
3
- - 9
+ - 10
4
- 8
5
- 6
6
- - 4
7
8
# Trigger a push build on master and greenkeeper branches + PRs build on every branches
9
# Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147)
package.json
@@ -20,7 +20,7 @@
20
"xo": "^0.20.0"
21
},
22
"engines": {
23
- "node": ">=4"
+ "node": ">=6"
24
25
"files": [
26
"lib",
0 commit comments