UNPKG

225 BYAMLView Raw
1build: 'off'
2environment:
3 matrix:
4 - nodejs_version: '6'
5install:
6 - ps: 'Install-Product node $env:nodejs_version'
7 - npm install
8test_script:
9 - node --version
10 - npm --version
11 - npm test
12cache:
13 - node_modules