language: node_js node_js: - 12 install: - yarn install script: - yarn build after_success: - yarn coverage