Sha256: 8ddae6cae9094e3617279ce8cb1d9e1b77fa626c5e4cc750a37259c15a66de46
Contents?: true
Size: 451 Bytes
Versions: 46
Compression:
Stored size: 451 Bytes
Contents
# Test against this version of Node.js environment: nodejs_version: "4.2" # 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 # install modules - npm install # 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
Version data entries
46 entries across 46 versions & 3 rubygems