Update Travis to use Node v6 and v8

Apparently we need even more ES6 features for jsdom.
This commit is contained in:
Behind The Math
2018-01-08 17:14:20 -05:00
parent 30a70a717a
commit c9d9506566

View File

@@ -1,3 +1,4 @@
language: "node_js"
node_js:
- "4"
- "6"
- "8"