Skip to content

Commit

Permalink
Add notification support for gitter when running tests on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux authored and m-kuhn committed Jun 14, 2015
1 parent 6e55fbe commit e2e6a13
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,14 @@ notifications:
on_success: change
skip_join: true

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/5d0244ab020a75bf7d17
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # default: never

addons:
postgresql: "9.1"

Expand Down

0 comments on commit e2e6a13

Please sign in to comment.