Add Node.js v11 to the Travis CI matrix

This commit is contained in:
Jérémie Astori 2018-10-28 02:00:22 -04:00
parent b0095488f9
commit 5269106198
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8

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