Skip to content

Commit a367027

Browse files
committed
build: revert commit removing support for node v4
1 parent 826ecae commit a367027

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
sudo: false
33
node_js:
4+
- 4
45
- 6
56
- 8
67
before_install:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"websocket": "~1.0.26"
9999
},
100100
"engines": {
101-
"node": ">=6"
101+
"node": ">=4"
102102
},
103103
"scripts": {
104104
"precommit": "lint-staged",

0 commit comments

Comments
 (0)