language: node_js
sudo: false
dist: trusty
node_js:
  - "6.0"
script: npm run build
notifications:
  email:
    on_failure: change
