commit cbcc9a00a44fcc4a0138a5b0354490e95f682ace Author: Isis Lovecruft isis@torproject.org Date: Sat Feb 8 04:38:28 2014 +0000
Add sysrqb to travis email notifications. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml index 39852b1..b4bc299 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,13 +6,13 @@ notifications: - "irc.oftc.net#tor-bots" on_success: always on_failure: always - #use_notice: true template: - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}" - "Build details : %{build_url}" email: recipients: - isis@torproject.org + - sysrqb@torproject.org on_success: never on_failure: change
tor-commits@lists.torproject.org