Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit 63f270e

Browse files
committed
Add gitter notifications
1 parent 22ab719 commit 63f270e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,10 @@ deploy:
3333
tags: true
3434
after_deploy:
3535
- fir p app/build/outputs/apk/app-release.apk -T $FIR_TOKEN -c "`git cat-file tag $TRAVIS_TAG`"
36+
notifications:
37+
webhooks:
38+
urls:
39+
- https://webhooks.gitter.im/e/d83cc8365de0abdd097e
40+
on_success: always # options: [always|never|change] default: always
41+
on_failure: always # options: [always|never|change] default: always
42+
on_start: always # options: [always|never|change] default: always

0 commit comments

Comments
 (0)