UNPKG

337 BYAMLView Raw
1image: Visual Studio 2017
2
3environment:
4 matrix:
5 - nodejs_version: stable
6
7install:
8 - ps: Install-Product node $env:nodejs_version
9 - npm i
10
11test_script:
12 - node --version
13 - npm run lint
14 - npm run test
15
16build: off
17
18cache:
19 - node_modules
20
21matrix:
22 fast_finish: true
23
24platform:
25 - x64
26
27skip_commits:
28 files:
29 - '*.md'