aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2018-08-23 09:39:36 +1000
committerteor <teor@torproject.org>2018-08-24 10:06:06 +1000
commit08ad1f1e463cea014a66670b629c40fa1bbcf669 (patch)
tree260e29de210c86b1966d31c3e15626bdf6851915 /.appveyor.yml
parentced350882dc7fc7e66adce91f9514a7244f26c76 (diff)
downloadtor-08ad1f1e463cea014a66670b629c40fa1bbcf669.tar.gz
tor-08ad1f1e463cea014a66670b629c40fa1bbcf669.zip
CI: Only post Appveyor IRC notifications when the build fails
Implements 27275.
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 197097d1fd..d1d8d7c45b 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -54,9 +54,6 @@ test_script:
Execute-Bash "VERBOSE=1 make -j2 check"
}
-on_success:
-- cmd: C:\Python27\python.exe %APPVEYOR_BUILD_FOLDER%\scripts\test\appveyor-irc-notify.py irc.oftc.net:6697 tor-ci success
-
on_failure:
- cmd: C:\Python27\python.exe %APPVEYOR_BUILD_FOLDER%\scripts\test\appveyor-irc-notify.py irc.oftc.net:6697 tor-ci failure