mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 22:54:15 +00:00
Merge pull request #1678 from thelounge/astorije/travis-node-v9
Add Node V9 testing to Travis builds
This commit is contained in:
commit
cc5e6a9a90
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- 8 # Current stable (Active LTS from 2017-10-01)
|
||||
- 6 # Active LTS until 2018-04-18
|
||||
- 4 # Maintenance LTS until 2018-04-01
|
||||
- 9 # Current stable
|
||||
- 8 # Active LTS until April 2019
|
||||
- 6 # Active LTS until April 2018
|
||||
- 4 # Maintenance LTS until 2018-04-01, will be dropped in The Lounge v3
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
|
Loading…
Reference in a new issue