source: frontend/node_modules/multicast-dns/appveyor.yml

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 397 bytes
Line 
1environment:
2 matrix:
3 - nodejs_version: 10
4 - nodejs_version: 9
5 - nodejs_version: 8
6 - nodejs_version: 6
7
8platform:
9 - x64
10
11test_script:
12 - node --version
13 - yarn --version
14 - npm test
15
16install:
17 - ps: Install-Product node $env:nodejs_version x64
18 - set CI=true
19 - npm install
20
21matrix:
22 fast_finish: true
23
24build: off
25
26version: '{build}'
27
28shallow_clone: true
29
30clone_depth: 1
Note: See TracBrowser for help on using the repository browser.