mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 13:42:30 -05:00
Add build failure notification to slack
Created a slack integration that posts to the scratch-ops channel and ddded the token as ENV variable in travis. Configured the slack notification to only post on failure.
This commit is contained in:
parent
783eab1ae3
commit
564ee36353
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ node_js:
|
|||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
notifications:
|
||||
slack:
|
||||
on_success: never
|
||||
on_failure: $SLACK_NOTIFICATION_TOKEN
|
||||
jobs:
|
||||
include:
|
||||
- stage: update translations
|
||||
|
|
Loading…
Reference in a new issue