.travis.yml
473 Bytes
language: node_js
node_js:
- "0.10"
- "0.11"
before_install:
- npm install -g grunt-cli
notifications:
email:
recipients:
- andris@kreata.ee
on_success: change
on_failure: change
webhooks:
urls:
- https://webhooks.gitter.im/e/0ed18fd9b3e529b3c2cc
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false