language: node_js
node_js:
  - "stable"
notifications:
  email: false
script:
  - yarn lint
  - yarn test
