Skip to content

Commit

Permalink
build: remove node6 due to EndOfLife
Browse files Browse the repository at this point in the history
  • Loading branch information
rejas committed Jul 17, 2019
1 parent e393f98 commit 151115c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ language: node_js
notifications:
email: false
node_js:
- '12'
- '10'
- '8'
- '6'
env:
- BUILD_LEADER_ID=4
branches:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"xo": "^0.24.0"
},
"engines": {
"node": ">=6"
"node": ">=8"
},
"xo": {
"space": true,
Expand Down

0 comments on commit 151115c

Please sign in to comment.