UNPKG

siphash24-stream

Version:

siphash24 mac signing and verification as streams

19 lines (18 loc) 376 B
environment: matrix: - nodejs_version: "8" - nodejs_version: "10" install: - ps: Install-Product node $env:nodejs_version - set CI=true - npm install --global npm@latest - set PATH=%APPDATA%\npm;%PATH% - npm install matrix: fast_finish: true build: off shallow_clone: true test_script: - node --version - npm --version - npm test