Skip to content

Commit

Permalink
feat(build): add gitter webhook for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Awk34 committed Jul 10, 2015
1 parent 727d661 commit 6b88efd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ before_install:
- gem install sass --version "=3.3.7"
- npm install -g bower grunt-cli
services: mongodb
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/911ed472ef19bcb27858
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false

0 comments on commit 6b88efd

Please sign in to comment.