.travis.yml: Test also with Node.js 6.0.x

redux
David Majda 8 years ago
parent 0c39f1cf86
commit 7089debae2

@ -5,6 +5,7 @@ node_js:
- "0.12"
- "4.0"
- "5.0"
- "6.0"
cache:
directories:
- node_modules

Loading…
Cancel
Save