UNPKG

pyke

Version:
20 lines (19 loc) 375 B
environment: matrix: - nodejs_version: '10' - nodejs_version: '8' install: - ps: Install-Product node $env:nodejs_version - npm install --global npm@latest - set PATH=%APPDATA%\npm;%PATH% - npm install matrix: fast_finish: true build: off shallow_clone: true test_script: - node --version - npm --version - npm test cache: - '%APPDATA%\npm-cache'