Skip to content

Commit 0f00e3a

Browse files
filmorvmuriart
authored andcommitted
Slack integration for Travis and Appveyor (#386)
* Add Slack integration for Travis * Use encrypted string for Travis. * Add hook for Appveyor.
1 parent 08c2d64 commit 0f00e3a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,5 @@ after_success:
5757

5858
notifications:
5959
email: false
60+
slack:
61+
secure: "UiQdSK1/uNnHl8/gQgfLj/F5JGxtJuaT3QYtKNcw3Ddpr3FX8tfXJ/RjsCsSlRQzDm7AdBAeMzcBQmvH4iRIV2y7qVywLyru5MPiwY4ZjMN6fJK/zaaxetOct9fasIBYzHguNPDAtiBGFh2iK1H1MXTY8rkmU3WZvl18b8EsrP0="

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,8 @@ on_finish:
6868

6969
artifacts:
7070
- path: dist\*
71+
72+
notifications:
73+
- provider: Slack
74+
incoming_webhook:
75+
secure: 2S/t6rGHdbwoxehnvn5KgfsHrBFEtwnPD7M5olGErmz70oWFVpqoWd/EvDwh7rKZGdOTjDmpwcukc2xi5VRaGHbBAqFYS3tAdgAMrcaTNWs=

0 commit comments

Comments
 (0)