Skip to content

Commit 0f7c3cd

Browse files
committed
Slack notifications...
1 parent c479973 commit 0f7c3cd

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ after_script:
1919
after_success:
2020
- bash Scripts/travis-after.sh
2121
notifications:
22-
slack: xs-labs:FXh1yLXNkpcVxKZhZU6icdhI
22+
slack: digidna:JnibNY2kbGTqfDWH33jMdcMj

appveyor.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,11 @@ before_build:
66
- cmd: nuget restore
77
build:
88
project: ColorSet.sln
9-
verbosity: minimal
9+
verbosity: minimal
10+
notifications:
11+
- provider: Slack
12+
incoming_webhook: https://hooks.slack.com/services/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
13+
channel: '#ci'
14+
on_build_success: true
15+
on_build_failure: true
16+
on_build_status_changed: true

0 commit comments

Comments
 (0)