Skip to content

Commit 80fc9e8

Browse files
committed
ci(node): drop node v4 and v5
1 parent 9f8a292 commit 80fc9e8

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.travis.yml

-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ node_js:
66
- '8'
77
- '7'
88
- '6'
9-
- '5'
10-
- '4'
11-
before_install:
12-
# https://github.com/npm/npm/issues/11283
13-
- npm set progress=false
149
after_success: npm run coveralls
1510
env:
1611
global:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"micromatch": "^3.1.10"
6666
},
6767
"engines": {
68-
"node": ">=4.0.0"
68+
"node": ">=6.0.0"
6969
},
7070
"husky": {
7171
"hooks": {

0 commit comments

Comments
 (0)