Add node 6 & 7 to travis build script.

This commit is contained in:
Moos 2016-12-25 09:27:26 -08:00
parent 08f14b4bfd
commit becf609099
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
language: node_js language: node_js
node_js: node_js:
- '7'
- '6'
- '5' - '5'
- '4' - '4'
- '0.12' - '0.12'