language: node_js

node_js:
  - "6.11.2"

notifications:
  email:
    on_failure: mgorshkov@softmedialab.com

branches:
  only:
  - master

script: npm run build && npm run test