language: node_js
node_js:
  - "12"
  - "10"
  - "8"

os:
  - windows
  - linux

script:
  - npm run lint && npm run ci

notifications:
  email:
    on_success: never
    on_failure: always
