mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2025-01-09 22:23:11 -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:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
notifications:
|
||||||
|
slack:
|
||||||
|
on_success: never
|
||||||
|
on_failure: $SLACK_NOTIFICATION_TOKEN
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: update translations
|
- stage: update translations
|
||||||
|
|
Loading…
Reference in a new issue