From dd42fa3ef63ee2ac8d335c3e261aa7c4d030d292 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 31 May 2017 07:22:04 -0400 Subject: [PATCH] Add notification address of cryptopp-build@googlegroups.com (Take 2) --- .appveyor.yml | 6 +++++- .travis.yml | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index edfe8d4a..5ca48d45 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -53,4 +53,8 @@ matrix: - image: Visual Studio 2017 notifications: - email: cryptopp-build@googlegroups.com + email: + recipients: + - cryptopp-build@googlegroups.com + on_success: always # default: change + on_failure: always # default: always diff --git a/.travis.yml b/.travis.yml index ea073db8..1f8e90e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,4 +63,8 @@ addons: build_command: "make -j 2" notifications: - email: cryptopp-build@googlegroups.com + email: + recipients: + - cryptopp-build@googlegroups.com + on_success: always # default: change + on_failure: always # default: always \ No newline at end of file