Skip to content

Commit

Permalink
ci(node): drop node v4 and v5
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Nov 25, 2018
1 parent 9f8a292 commit 80fc9e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ node_js:
- '8'
- '7'
- '6'
- '5'
- '4'
before_install:
# https://github.com/npm/npm/issues/11283
- npm set progress=false
after_success: npm run coveralls
env:
global:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"micromatch": "^3.1.10"
},
"engines": {
"node": ">=4.0.0"
"node": ">=6.0.0"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 80fc9e8

Please sign in to comment.