mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 04:23:13 +00:00
Merge pull request #800 from thelounge/astorije/travis-node-v7
Add Node.js v7, current stable, to Travis CI
This commit is contained in:
commit
95f83525f0
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- 6
|
||||
- 4
|
||||
- 7 # Current stable
|
||||
- 6 # Active LTS until 2018-04-18
|
||||
- 4 # Active LTS until 2017-04-01
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
|
Loading…
Reference in a new issue