UNPKG

tiny-commit-walker

Version:
30 lines (26 loc) 546 B
branches: only: - master environment: matrix: - nodejs_version: "stable" - nodejs_version: "LTS" platform: - x86 - x64 # Install scripts. (runs after repo cloning) install: # Get the latest stable version of Node.js or io.js - ps: Install-Product node $env:nodejs_version $env:platform # install modules - npm install - npm run build # Post-install test scripts. test_script: # Output useful info for debugging. - node --version - npm --version # run tests - npm test # Don't actually build. build: off