Skip to content

Commit 95d2860

Browse files
committed
Add AppVeyor/Travis notifications to ASF chat
1 parent a75ed70 commit 95d2860

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ mono:
1010

1111
notifications:
1212
email: false
13+
webhooks:
14+
urls:
15+
- https://webhooks.gitter.im/e/df82484f12510c3f2516
16+
on_success: always # options: [always|never|change] default: always
17+
on_failure: always # options: [always|never|change] default: always
18+
on_start: never # options: [always|never|change] default: always

appveyor.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,11 @@ clone_depth: 10
66
build:
77
project: ArchiSteamFarm.sln
88
parallel: true
9-
verbosity: minimal
9+
verbosity: minimal
10+
notifications:
11+
- provider: Webhook
12+
url: https://webhooks.gitter.im/e/6cc89e76555ee263cc11
13+
method: POST
14+
on_build_success: true
15+
on_build_failure: true
16+
on_build_status_changed: true

0 commit comments

Comments
 (0)