language: node_js

notifications:
  email:
    recipients:
      - tech@pmg.com
    on_success: change
    on_failure: always

node_js:
  - 5.0

install:
  npm install

script:
  npm run test-ci
