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,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 New Issue
Block a user