UNPKG

in-folder

Version:

Temporarily change directories to run a callback

16 lines 319 B
environment: matrix: - nodejs_version: "7.7" cache: - node_modules install: - ps: Install-Product node $env:nodejs_version - if exist node_modules npm prune - if exist node_modules npm rebuild - npm install build: off test_script: - node --version - npm --version - npm run test version: "{build}"