Skip to content

Commit e2e6a13

Browse files
timlinuxm-kuhn
authored andcommitted
Add notification support for gitter when running tests on travis.
1 parent 6e55fbe commit e2e6a13

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ notifications:
1111
on_success: change
1212
skip_join: true
1313

14+
notifications:
15+
webhooks:
16+
urls:
17+
- https://webhooks.gitter.im/e/5d0244ab020a75bf7d17
18+
on_success: change # options: [always|never|change] default: always
19+
on_failure: always # options: [always|never|change] default: always
20+
on_start: never # default: never
21+
1422
addons:
1523
postgresql: "9.1"
1624

0 commit comments

Comments
 (0)