Add Node v6 to CI builds

This commit is contained in:
Lovell Fuller 2016-05-07 19:50:15 +01:00
parent c9b3847a69
commit f8eab49962
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ node_js:
- "0.12"
- "4"
- "5"
- "6"
os:
- linux
- osx

View File

@ -8,6 +8,7 @@ environment:
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
install:
- ps: Install-Product node $env:nodejs_version x64
- npm install