source: frontend/node_modules/detect-port-alt/appveyor.yml

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

Fix frontend appearance

  • Property mode set to 100644
File size: 291 bytes
Line 
1environment:
2 matrix:
3 - nodejs_version: '4'
4 - nodejs_version: '6'
5 - nodejs_version: '7'
6
7install:
8 - ps: Install-Product node $env:nodejs_version
9 - npm i npminstall && node_modules\.bin\npminstall
10
11test_script:
12 - node --version
13 - npm --version
14 - npm run ci
15
16build: off
Note: See TracBrowser for help on using the repository browser.