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