language: node_js

cache: yarn

node_js:
  - 'node'

notifications:
  email: false

script:
  - yarn test