From a33504c8f8652d5591848b6532fe3dd2cd324b05 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 31 May 2017 04:36:31 -0400 Subject: [PATCH] Add notification address of cryptopp-build@googlegroups.com Its a new Google Group created at https://groups.google.com/forum/#!forum/cryptopp-build. The list should allow us to run services on unprivileged forks and other unrelated accounts while making it easy to find results. --- .appveyor.yml | 3 +++ .travis.yml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index ed8bd77f..edfe8d4a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -51,3 +51,6 @@ matrix: configuration: Release - image: Visual Studio 2010 - image: Visual Studio 2017 + +notifications: + email: cryptopp-build@googlegroups.com diff --git a/.travis.yml b/.travis.yml index 153e3422..ea073db8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,5 +62,5 @@ addons: name: "cryptopp" build_command: "make -j 2" -#notifications: -# email: jdoe@example.com +notifications: + email: cryptopp-build@googlegroups.com