Update Travis to Node 6 LTS

For compatibility with ES6
This commit is contained in:
Ray Schamp 2017-04-17 20:25:05 -04:00
parent 9874cf006f
commit bdd6f55dcc

View file

@ -1,7 +1,7 @@
language: node_js
node_js:
- '4.2'
- 'stable'
- 6
- node
cache:
directories:
- node_modules