language: node_js
node_js:
  - '0.10.28'
before_script:
  - npm install -g grunt-cli
notifications:
  email:
    recipients:
      - todd@sparkfun.com
    on_success: change
    on_failure: change
