UNPKG

hash-for-dep

Version:

generates a hash that represents a module and its depenencies uniqueness

31 lines (26 loc) 629 B
# AppVeyor file # http://www.appveyor.com/docs/appveyor-yml # Build version format version: "{build}" # Fix line endings on Windows init: - git config --global core.autocrlf true - git config --global core.symlinks true # What combinations to test environment: matrix: - nodejs_version: "0.10" - nodejs_version: "0.12" - nodejs_version: "4" - nodejs_version: "5" - nodejs_version: "6" - nodejs_version: "8" - nodejs_version: "10" - nodejs_version: "11" install: - ps: Install-Product node $env:nodejs_version - npm install build: off test_script: - npm version - cmd: npm test