language: node_js
node_js:
  - "8"
script: 
  - npm run lint
  - npm run test:coverage
after_success: npm run test:report
notifications:
  email:
    on_success: never
    on_failure: always
