Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit f2a531a

Browse files
authored
notify ci status to gitter (dronekit#658)
1 parent 1e87178 commit f2a531a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,12 @@ language: objective-c
2121

2222
notifications:
2323
email: false
24-
slack:
25-
secure: IYgZ83X065I/LljGrPEACZms+KDwrojiQbboFHhvNxL2Zkc5jHqwBK6PD1BsJh2JVun9fCZ1v2R8KuDsf+Qz2dCximdOZcHI81L9JUOZYuSJ2TVlbKiC00WdXpcQ6g7pDTLm/mGBoPxC+MuC5l8zZdbpPBpEa0F/YCe/n7tbT+g=
24+
webhooks:
25+
urls:
26+
- https://webhooks.gitter.im/e/f3f81b74f930dac9583a
27+
on_success: change
28+
on_failure: always
29+
on_start: never
2630

2731
matrix:
2832
fast_finish: true

circle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ deployment:
2525
branch: master
2626
commands:
2727
- ./scripts/update-docs.sh
28+
29+
notify:
30+
webhooks:
31+
- url: https://webhooks.gitter.im/e/27b0e1a9fede99dbbe6c

0 commit comments

Comments
 (0)