Skip to content

Commit 73daa79

Browse files
committed
chore(travis): add gitter config
1 parent e71e7b6 commit 73daa79

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
@@ -30,3 +30,11 @@ script:
3030

3131
after_script:
3232
- ./scripts/travis/print_logs.sh
33+
34+
notifications:
35+
webhooks:
36+
urls:
37+
- https://webhooks.gitter.im/e/d2120f3f2bb39a4531b2
38+
on_success: change # options: [always|never|change] default: always
39+
on_failure: always # options: [always|never|change] default: always
40+
on_start: false # default: false

0 commit comments

Comments
 (0)