Current Path : /opt/alt/alt-nodejs14/root/lib/node_modules/npm/node_modules/libnpmteam/ |
Current File : //opt/alt/alt-nodejs14/root/lib/node_modules/npm/node_modules/libnpmteam/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