#.travis.yml

language: node_js
node_js:
  - "6.9"

branches:
  only:
    - master

script:
  - npm run build

notifications:
  email:
    on_failure: change
    on_success: change