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:
Jérémie Astori 2018-09-21 18:53:11 -04:00 committed by GitHub
parent 4a7be7f954
commit 9035acd05d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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