Skip to content

Commit

Permalink
Add Slack notifications for Travis CI and AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Nov 1, 2016
1 parent 421460d commit 98d3158
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ script:
# - travis_retry mono .nuget/NuGet.exe install .
# - xbuild /p:Configuration=Release /verbosity:minimal Hangfire.Mono.sln
# - mono ./packages/xunit.runner.console.2.2.0-beta2-build3300/tools/xunit.console.exe ./tests/Hangfire.Core.Tests/bin/Release/Hangfire.Core.Tests.dll

notifications:
slack:
secure: LZuLPI1Cj9DgNAtFsZ/zk1fWBDS2PTHHIjvtCV3Fa9qNajzna2qR6Ui3sM/FQirvoXp0JHAqNYkFDI216YativqabWXZp6dQgw3u64bdlc1IWxQ4C6XHpp8WVe1wsNi19vfwKVHfvaNXpvNp9OGHXkmoTS74arRtPhpzSXO/IXw=
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,9 @@ deploy:
secure: 8BQmcR1hP9MoxvrmXJKMtlRyX6LI36H9ZTU8fSEetvzMGCl1PUlXKZRUGq+GVMja
on:
appveyor_repo_tag: true

notifications:
- provider: Slack
auth_token:
secure: tO0F4xlFABbtBGuwWqevKOQrQySSNVvw+7iag6StkAYJ0qDhlNPXefUgNeklVsvJ
channel: '#development'

0 comments on commit 98d3158

Please sign in to comment.