Change from pnpm to npm, add ./link.sh shortcut for npm style package linking
[clean-css.git] / appveyor.yml
1 # http://www.appveyor.com/docs/appveyor-yml
2
3 version: "{build}"
4
5 clone_depth: 10
6
7 init:
8   - git config --global core.autocrlf true
9
10 environment:
11   matrix:
12     - nodejs_version: 4
13     - nodejs_version: 6
14     - nodejs_version: 7
15
16 install:
17   - ps: Install-Product node $env:nodejs_version
18   - npm install
19
20 build: off
21
22 test_script:
23   - node --version && npm --version
24   - npm test
25
26 matrix:
27   fast_finish: true
28
29 cache:
30   - node_modules -> package.json    # local npm modules