Add Node.js v6 to .travis.yml

https://nodejs.org/en/blog/release/v6.0.0/
This commit is contained in:
Kirill Fomichev 2016-04-29 16:03:41 +04:00
parent f1a20f1ec8
commit c5d71a8bd8

View file

@ -8,6 +8,7 @@ node_js:
- "io.js"
- "4"
- "5"
- "6"
matrix:
include:
- node_js: "4"