UNPKG

varint-decoder

Version:

Parse all the varints in a Buffer (for when there are varints everywhere)

53 lines (44 loc) 978 B
anguage: node_js cache: npm stages: - check - test - cov node_js: - '12' - '10' os: - linux - osx - windows script: npx nyc -s npm run test:node -- --bail after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov jobs: include: - stage: check script: - npx aegir commitlint --travis - npx aegir dep-check - npm run lint - stage: test name: chrome addons: chrome: stable script: npx aegir test -t browser -t webworker - stage: test name: firefox addons: firefox: latest script: npx aegir test -t browser -t webworker -- --browsers FirefoxHeadless - stage: test name: electron-main os: osx script: - npx aegir test -t electron-main --bail - stage: test name: electron-renderer os: osx script: - npx aegir test -t electron-renderer --bail notifications: email: false