Skip to content

Commit de540cf

Browse files
committed
Push notifications to Slack
1 parent 0be348c commit de540cf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

appveyor.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,18 @@ install:
1616

1717
test_script:
1818
- cmd: platformio run -d %PLATFORMIO_PROJECT_DIR%
19+
20+
notifications:
21+
- provider: Email
22+
to:
23+
24+
on_build_success: false
25+
on_build_failure: false
26+
on_build_status_changed: false
27+
28+
- provider: Slack
29+
incoming_webhook:
30+
secure: E9H0SU0Ju7WLDvgxsV8cs3J62T3nTTX7QkEjsczN0Sto/c9hWkVfhc5gGWUkxhlD975cokHByKGJIdwYwCewqOI+7BrcT8U+nlga4Uau7J8=
31+
on_build_success: false
32+
on_build_failure: true
33+
on_build_status_changed: true

0 commit comments

Comments
 (0)