UNPKG

324 BYAMLView Raw
1environment:
2 matrix:
3 - nodejs_version: Stable
4 - nodejs_version: 8.0.0
5init: git config --global core.autocrlf true
6install:
7 - ps: 'Install-Product node $env:nodejs_version'
8 - npm install
9test_script:
10 - node --version
11 - npm --version
12 - npm run test
13build: 'off'
14clone_depth: 1
15matrix:
16 fast_finish: true