language: node_js node_js: - '12' script: - yarn install && yarn test && yarn run coverage && yarn run lint sudo: false notifications: email: false