Add Slack notifications to Travis CI config
This commit is contained in:
parent
0b0bd156f7
commit
86e5b87211
1 changed files with 8 additions and 0 deletions
|
@ -56,3 +56,11 @@ jobs:
|
|||
|
||||
- stage: clean
|
||||
script: scripts/ci clean
|
||||
|
||||
notifications:
|
||||
slack:
|
||||
rooms:
|
||||
- secure: "fBR3YMXaOkoX2Iz7oSJVAw9zrcDoqwadiMEWTWhx7Ic0zoM8IieD2EWIcDHAoGpqf3ixHkc1v/iLBpbWHgvK7TkrSrGEbFyEmu/uomuHU8oGTiazWCbMWg9T2mhWYFyVaKtt8bzMbFo8k72kYK/NWV8bR4W/Qe/opkH2GGzfhZA="
|
||||
on_success: change
|
||||
on_failure: always
|
||||
on_pull_requests: false
|
||||
|
|
Reference in a new issue