Run Travis CI against Node v10

This commit is contained in:
Jérémie Astori 2018-04-25 21:21:54 -04:00 committed by Pavel Djundik
parent 2ea6446323
commit 8618af2ee0

View file

@ -1,8 +1,11 @@
language: node_js
# https://github.com/nodejs/Release
node_js:
- 9 # Current stable
- 8 # Active LTS until April 2019
- 6 # Active LTS until April 2018
- 10 # EOL: April 2021
- 9 # EOL: June 2018
- 8 # EOL: December 2019
- 6 # EOL: April 2019
matrix:
fast_finish: true