Remove Node.js v9 from the Travis CI matrix
See https://github.com/nodejs/Release To this day, Node.js v6 is in maintenance mode, v8 is an active LTS, and v10 is the current stable. v9 has been EOL since June.
This commit is contained in:
parent
4a7be7f954
commit
9035acd05d
@ -3,7 +3,6 @@ language: node_js
|
||||
# https://github.com/nodejs/Release
|
||||
node_js:
|
||||
- 10 # EOL: April 2021
|
||||
- 9 # EOL: June 2018
|
||||
- 8 # EOL: December 2019
|
||||
- 6 # EOL: April 2019
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user