Use node.js 6 and 7 too (#869)

This commit is contained in:
The Alchemist 2016-12-07 16:21:12 -05:00 committed by jongleberry
parent 799d3b42a4
commit 948d3efaf6

View file

@ -1,6 +1,8 @@
language: node_js
node_js:
- stable
- 7
- 6
- 5
- 4
- 3