Merge pull request #800 from thelounge/astorije/travis-node-v7

Add Node.js v7, current stable, to Travis CI
This commit is contained in:
Jérémie Astori 2016-12-16 02:24:22 -05:00 committed by GitHub
commit 95f83525f0
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
language: node_js language: node_js
node_js: node_js:
- 6 - 7 # Current stable
- 4 - 6 # Active LTS until 2018-04-18
- 4 # Active LTS until 2017-04-01
matrix: matrix:
fast_finish: true fast_finish: true