UNPKG

bling-hashes

Version:
22 lines (21 loc) 484 B
language: node_js node_js: - "4" - "6" - "8" - "10" - "12" install: - export CXX="g++-4.8" CXX="gcc-4.8" - $CXX --version - npm install -g istanbul - npm install addons: apt: sources: - ubuntu-toolchain-r-test packages: - gcc-4.8 - g++-4.8 - clang after_script: istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage