language: node_js
node_js:
  - "4"
  - "5"
  - "8"
  - "9"

branches:
  only:
    - master

notifications:
  email:
    - marozsiandras@gmail.com
