summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-08-23 20:07:47 -0400
committerNick Mathewson <nickm@torproject.org>2018-08-23 20:07:47 -0400
commit1b5c9a580879fe2836e70605f435949cfc6c23ba (patch)
tree3eeff1b5c17b62bff290eef9301a7fae8c4b7619
parentb63d157b498669b3935b072f88f0fad64bcb8b1e (diff)
parent90f6c590afbf90ffeeee8bf2b45921638b23ae32 (diff)
downloadtor-1b5c9a580879fe2836e70605f435949cfc6c23ba.tar.gz
tor-1b5c9a580879fe2836e70605f435949cfc6c23ba.zip
Merge branch 'maint-0.3.4' into release-0.3.4
-rw-r--r--.appveyor.yml3
-rw-r--r--changes/ticket272753
2 files changed, 3 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
diff --git a/changes/ticket27275 b/changes/ticket27275
new file mode 100644
index 0000000000..d1332e9540
--- /dev/null
+++ b/changes/ticket27275
@@ -0,0 +1,3 @@
+ o Minor features (continuous integration):
+ - Only post Appveyor IRC notifications when the build fails.
+ Implements ticket 27275.