UNPKG

rabin

Version:

node native bindings to a C rabin fingerprinting algorithm

26 lines (21 loc) 463 B
environment: matrix: - nodejs_version: "0.12" - nodejs_version: "4" - nodejs_version: "5" - nodejs_version: "6" - nodejs_version: "7" - nodejs_version: "8" platform: - x86 - x64 install: - ps: Install-Product node $env:nodejs_version $env:platform - ps: if ($env:nodejs_version -eq "5") { npm i npm@latest -g } - npm install test_script: - node --version - npm --version - npm test # Don't actually build. build: off