Add Node.js v7, current stable, to Travis CI

We are seeing more and more people installing on Node v7 so it's important to ensure `npm install` will pass correctly and our (limited but growing) test suite as well.
This commit is contained in:
Jérémie Astori 2016-12-16 02:02:48 -05:00 committed by GitHub
parent 1065f17441
commit a9f692a2d3

View file

@ -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