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 826ecae commit a367027Copy full SHA for a367027
.travis.yml
@@ -1,6 +1,7 @@
1
language: node_js
2
sudo: false
3
node_js:
4
+- 4
5
- 6
6
- 8
7
before_install:
package.json
@@ -98,7 +98,7 @@
98
"websocket": "~1.0.26"
99
},
100
"engines": {
101
- "node": ">=6"
+ "node": ">=4"
102
103
"scripts": {
104
"precommit": "lint-staged",
0 commit comments