blob: 8761a24f0f491cfd188b18c08b818347a524b47e [file] [log] [blame]
version: "{build}"
environment:
nodejs_version: "6"
matrix:
fast_finish: true
install:
- choco install firefox
- choco install googlechrome
- ps: Install-Product node $env:nodejs_version
- node --version
- npm --version
- npm install
test_script:
- npm run appveyor
build: off