language: node_js node_js: - "12" script: yarn test --coverage && yarn lint after_script: "curl -s https://codecov.io/bash | bash" branches: only: - master - /^greenkeeper.*$/