sudo: false language: node_js node_js: - '12' branches: only: - next install: - yarn install script: - yarn test - yarn coveralls