UNPKG

binary-data

Version:

Declarative binary data encoder / decoder.

14 lines (12 loc) 221 B
sudo: false language: node_js node_js: - "10" - "8" - "6" script: npm run test-ci before_install: - npm install -g npm@5 - npm install -g --production coveralls after_script: - cat ./coverage/lcov.info | coveralls