We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c479973 commit 0f7c3cdCopy full SHA for 0f7c3cd
.travis.yml
@@ -19,4 +19,4 @@ after_script:
19
after_success:
20
- bash Scripts/travis-after.sh
21
notifications:
22
- slack: xs-labs:FXh1yLXNkpcVxKZhZU6icdhI
+ slack: digidna:JnibNY2kbGTqfDWH33jMdcMj
appveyor.yml
@@ -6,4 +6,11 @@ before_build:
6
- cmd: nuget restore
7
build:
8
project: ColorSet.sln
9
- verbosity: minimal
+ 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