Skip to content

Commit be15a67

Browse files
committed
Disable AppVeyor IRC notifications for now - they're not working atm
[ci skip]
1 parent 46e85c1 commit be15a67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ after_build:
104104

105105
on_success:
106106
- cd %APPVEYOR_BUILD_FOLDER%
107-
- C:\Python35\python -u gui\qt\deploy-scripts\build_status.py SUCCESS
107+
# - C:\Python35\python -u gui\qt\deploy-scripts\build_status.py SUCCESS
108108

109109
on_failure:
110110
- cd %APPVEYOR_BUILD_FOLDER%
111-
- C:\Python35\python -u gui\qt\deploy-scripts\build_status.py FAILURE
111+
# - C:\Python35\python -u gui\qt\deploy-scripts\build_status.py FAILURE
112112

113113
cache:
114114
- build_state -> appveyor.yml

0 commit comments

Comments
 (0)