UNPKG

341 BYAMLView Raw
1version: "{build}"
2
3cache:
4 - '%AppData%\npm-cache'
5
6build: off
7
8platform:
9 - x64
10 - x86
11
12environment:
13 matrix:
14 - nodejs_version: 6
15 - nodejs_version: 8
16 - nodejs_version: 9
17
18install:
19 - ps: Install-Product node $env:nodejs_version $env:platform
20 - npm install
21
22test_script:
23 - node --version
24 - npm --version
25 - npm test