language: node_js
node_js:
 - "8"

before_install:
 - npm install -g grunt-cli

script:
 - grunt test

notifications:
  email:
    recipients:
      - jtrs@incowia.com
      - pwr@incowia.com
      - hrbu@incowia.com
      - edwingamboa355@gmail.com
    on_success: change
    on_failure: always