Merge remote-tracking branch 'teor/ticket27275-034' into maint-0.3.4

This commit is contained in:
Nick Mathewson 2018-08-23 20:07:39 -04:00
commit 90f6c590af
2 changed files with 3 additions and 3 deletions

View File

@ -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

3
changes/ticket27275 Normal file
View File

@ -0,0 +1,3 @@
o Minor features (continuous integration):
- Only post Appveyor IRC notifications when the build fails.
Implements ticket 27275.