language: node_js node_js: - "8" - "10" - "12" script: - npm test after_success: - npm install -g istanbul - npm install coveralls - istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage