sudo: false language: node_js node_js: - "12" cache: yarn: true directories: - node_modules branches: only: - master script: - yarn build - yarn test after_success: - yarn coveralls