language: node_js
node_js:
  - "node"
cache: yarn
notifications:
  email:
    on_success: never 
    on_failure: always 
    