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:
parent
1065f17441
commit
a9f692a2d3
@ -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