We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9404d44 commit 15356b1Copy full SHA for 15356b1
.travis.yml
@@ -3,7 +3,7 @@ language: node_js
3
node_js:
4
- 12
5
- 10
6
- - 8.3
+ - 8.15
7
8
# Trigger a push build on release 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
@@ -44,7 +44,7 @@
44
"xo": "^0.25.2"
45
},
46
"engines": {
47
- "node": ">=8.3"
+ "node": ">=8.15"
48
49
"files": [
50
"lib",
0 commit comments