UNPKG

twolfson-style

Version:

Lint and style configurations for @twolfson

21 lines (15 loc) 293 B
version: "{build}" environment: matrix: - nodejs_version: "0.10" - nodejs_version: "0.12" matrix: fast_finish: true install: - ps: Install-Product node $env:nodejs_version - node --version - npm --version - npm install test_script: - npm run test-windows build: off