Add Node V9 testing to Travis builds
But keep production builds with LTS v8, at least for now.
This commit is contained in:
parent
15e9ea5001
commit
843d34304e
@ -1,8 +1,9 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 8 # Current stable (Active LTS from 2017-10-01)
|
- 9 # Current stable
|
||||||
- 6 # Active LTS until 2018-04-18
|
- 8 # Active LTS until April 2019
|
||||||
- 4 # Maintenance LTS until 2018-04-01
|
- 6 # Active LTS until April 2018
|
||||||
|
- 4 # Maintenance LTS until 2018-04-01, will be dropped in The Lounge v3
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
Loading…
Reference in New Issue
Block a user