Your IP : 3.133.122.95


Current Path : /proc/self/root/proc/self/root/usr/lib/node_modules/npm/node_modules/libnpmaccess/
Upload File :
Current File : //proc/self/root/proc/self/root/usr/lib/node_modules/npm/node_modules/libnpmaccess/appveyor.yml

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

?>