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