
environment:
  ELECTRON_NO_ATTACH_CONSOLE: 1

install:
  - ps: Install-Product node 6.6.0 x64
  - npm install -g npm --silent
  - npm install --silent

platform:
  - x86
  - x64

build: off

test_script:
  - node --version
  - npm --version
  - npm test
