language: node_js
node_js:
- lts/*
install:
- npm install
- npm install draft-js react react-dom
notifications:
  email:
    on_success: change
    on_failure: always
