tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 9323f5d1d45f46e55f565fff59a4595954328219
parent d50f90bfc4457b499d5bf56b674289f70f1004bd
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 23 Aug 2018 20:07:47 -0400

Merge branch 'maint-0.3.4'

Diffstat:
M.appveyor.yml | 3---
Achanges/ticket27275 | 3+++
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 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 @@ -0,0 +1,3 @@ + o Minor features (continuous integration): + - Only post Appveyor IRC notifications when the build fails. + Implements ticket 27275.