Add travis notification hook for gitter

This commit is contained in:
Niklas von Hertzen 2015-01-13 23:18:58 +02:00
parent 3996449e88
commit 0df71b34f3

View File

@ -12,3 +12,10 @@ addons:
before_script:
- npm install -g grunt-cli
- npm install -g uglify-js
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/2b007d4f86de89588804
on_success: always
on_failure: always
on_start: false