mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-26 01:53:13 +08:00
Adding AppVeyor Slack notifications
Summary: So that we know the status of builds Test Plan: Run the build. See it post to slack Reviewers: juan, evan Reviewed By: evan Differential Revision: https://phab.nylas.com/D3607
This commit is contained in:
parent
183cbc4388
commit
7484e6d4f8
1 changed files with 5 additions and 0 deletions
|
@ -53,6 +53,11 @@ environment:
|
|||
DECRYPTION_PASSWORD:
|
||||
secure: 48VSzDtdBd52Xlo3TZ1NeR1yRRrZ3AU6Px5XjD5RDp44cFU5GYVspecGqX6DGCV7i0D7nldGMyEbXNrjM1t1Kw==
|
||||
|
||||
notifications:
|
||||
- provider: Slack
|
||||
incoming_webhook:
|
||||
secure: 8+K0pq8g5BbMyOPH7I/y8EguvPVIQCVDh+VmmyMMMFtXW3kg8+CMe8W1t4efdmW/fnH1Xr70DS3yF36Vw5mpsWXAVsNpkK7PlTYEqGkLiLE=
|
||||
|
||||
cache:
|
||||
- apm\node_modules -> apm\package.json
|
||||
- build\node_modules -> build\package.json
|
||||
|
|
Loading…
Reference in a new issue