Add node 4.6 to build matrix

This commit is contained in:
lukasmartinelli 2016-11-23 16:38:52 +01:00
parent e0206eeef4
commit 253f06805e
2 changed files with 5 additions and 1 deletions

View file

@ -3,6 +3,7 @@ os:
- linux
- osx
node_js:
- "4.6"
- "5.11"
- "6.1"
before_install:

View file

@ -1,5 +1,8 @@
environment:
nodejs_version: "5.11"
matrix:
- nodejs_version: "4.6"
- nodejs_version: "5.11"
- nodejs_version: "6.1"
install:
- ps: Install-Product node $env:nodejs_version
- npm install