Run Travis CI against Node v10
This commit is contained in:
parent
2ea6446323
commit
8618af2ee0
@ -1,8 +1,11 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
|
|
||||||
|
# https://github.com/nodejs/Release
|
||||||
node_js:
|
node_js:
|
||||||
- 9 # Current stable
|
- 10 # EOL: April 2021
|
||||||
- 8 # Active LTS until April 2019
|
- 9 # EOL: June 2018
|
||||||
- 6 # Active LTS until April 2018
|
- 8 # EOL: December 2019
|
||||||
|
- 6 # EOL: April 2019
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
Loading…
Reference in New Issue
Block a user