image: Visual Studio 2015 environment: nodejs_version: "11" platform: - x64 - x86 install: - ps: Install-Product node $env:nodejs_version - node --version - npm --version - npm install test_script: - npm run test-windows build: off branches: only: - master