language: node_js node_js: - "10" - "8" script: - yarn coverage after_success: cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js