• File: appveyor.yml
  • Full Path: /home6/laduliya/test.mydthpay.com/node_modules/npm/node_modules/libnpmpublish/appveyor.yml
  • Date Modified: 10/26/1985 11:45 AM
  • File size: 334 bytes
  • MIME-type: text/plain
  • Charset: utf-8
environment:
  matrix:
    - nodejs_version: "10"
    - nodejs_version: "9"
    - nodejs_version: "8"
    - nodejs_version: "6"

platform:
  - x64

install:
  - ps: Install-Product node $env:nodejs_version $env:platform
  - npm config set spin false
  - npm install

test_script:
  - npm test

matrix:
  fast_finish: true

build: off