Add node 7 to Travis build matrix

This commit is contained in:
Bryan Housel
2016-11-23 10:02:12 -05:00
parent c1cb675ce1
commit 67407c5081

View File

@@ -2,4 +2,5 @@ language: node_js
node_js:
- "4"
- "6"
- "7"
sudo: false