biguint-format2
Version:
An arbitrary length unsigned integer formatter library for Node.js
17 lines (12 loc) • 334 B
YAML
language: node_js
node_js:
- "10"
- "8"
notifications:
email: false
before_install:
- npm install -g istanbul
- npm install -g mocha
- npm install -g codeclimate-test-reporter
after_success:
- CODECLIMATE_REPO_TOKEN=837e5d9cb7dbf047c62b789a40a23cc2752d12ef7997991b9ca2d04bb145e1d5 codeclimate < ./coverage/lcov.info