Add notification address of cryptopp-build@googlegroups.com (Take 2)

pull/424/merge
Jeffrey Walton 2017-05-31 07:22:04 -04:00
parent a33504c8f8
commit dd42fa3ef6
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
2 changed files with 10 additions and 2 deletions

View File

@ -53,4 +53,8 @@ matrix:
- image: Visual Studio 2017 - image: Visual Studio 2017
notifications: notifications:
email: cryptopp-build@googlegroups.com email:
recipients:
- cryptopp-build@googlegroups.com
on_success: always # default: change
on_failure: always # default: always

View File

@ -63,4 +63,8 @@ addons:
build_command: "make -j 2" build_command: "make -j 2"
notifications: notifications:
email: cryptopp-build@googlegroups.com email:
recipients:
- cryptopp-build@googlegroups.com
on_success: always # default: change
on_failure: always # default: always