travis: extend the list of e-mails being notified of failures (#16352)

This commit is contained in:
Massimiliano Culpo
2020-04-28 14:55:44 +02:00
committed by GitHub
parent a540e36922
commit 50318e4ee3

View File

@@ -163,6 +163,8 @@ after_success:
#=============================================================================
notifications:
email:
recipients: tgamblin@llnl.gov
recipients:
- tgamblin@llnl.gov
- massimiliano.culpo@gmail.com
on_success: change
on_failure: always