version: "{build}"

os: Windows Server 2012 R2

platform:
  - x86
  - x64

environment:
  nodejs_version: "6.9.5"

install:
  - ps: Install-Product node $env:nodejs_version $env:platform
  - npm install -g npm
  - npm install

build: off

test: off

deploy: off
