Skip to content

Commit 5c53d10

Browse files
committed
Enable appveyor hipchat notifications to be sure to notice them
Only master branch is built in appveyor.
1 parent 9c2779b commit 5c53d10

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,12 @@ build_script:
3131
- ps: ./appveyor.ps1
3232

3333
test: off
34+
35+
notifications:
36+
- provider: HipChat
37+
room: 361097
38+
auth_token:
39+
secure: RW8+2GpOWo3PcoM3ehoI+mbfUr7h508RtTDyszpR6/E=
40+
on_build_success: false
41+
on_build_failure: true
42+
on_build_status_changed: true

0 commit comments

Comments
 (0)