Your IP : 216.73.216.40


Current Path : /var/www/html/test/wetty2/node_modules/concurrently/
Upload File :
Current File : /var/www/html/test/wetty2/node_modules/concurrently/appveyor.yml

environment:
  matrix:
    - nodejs_version: '10'
    - nodejs_version: '8'
    - nodejs_version: '6'
install:
  - ps: Install-Product node $env:nodejs_version
  - set CI=true
  - npm -g install npm@latest
  - set PATH=%APPDATA%\npm;%PATH%
  - npm install
build: off
test_script:
  - node --version
  - npm --version
  - set SHELL=cmd.exe
  - set SHELL_EXECUTION_FLAG=/c
  - npm test