Skip to content

Commit 2e488f3

Browse files
committed
chore: add gitter travis hook
1 parent 3684da8 commit 2e488f3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,10 @@ script:
2727
- ./scripts/ci/build_and_test.sh ${MODE}
2828
after_script:
2929
- ./scripts/ci/print-logs.sh
30+
notifications:
31+
webhooks:
32+
urls:
33+
- https://webhooks.gitter.im/e/1ef62e23078036f9cee4
34+
on_success: change # options: [always|never|change] default: always
35+
on_failure: always # options: [always|never|change] default: always
36+
on_start: false # default: false

0 commit comments

Comments
 (0)