Merge pull request #2877 from thelounge/astorije/node-11

Add Node.js v11 to the Travis CI matrix
This commit is contained in:
Jérémie Astori 2018-10-28 16:36:05 -04:00 committed by GitHub
commit 9434f87d66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,9 +2,10 @@ language: node_js
# https://github.com/nodejs/Release
node_js:
- 10 # EOL: April 2021
- 8 # EOL: December 2019
- 6 # EOL: April 2019
- 11 # EOL: June 2019
- 10 # EOL: April 2021
- 8 # EOL: December 2019
- 6 # EOL: April 2019
os:
- linux