diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2020-04-28 14:55:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-28 14:55:44 +0200 |
commit | 50318e4ee31acb274b6ea8fdcf9918fc4af59ec9 (patch) | |
tree | 31ae74c87e510c328097184a2dbb7bced59fa64e /.travis.yml | |
parent | a540e36922daa82b3383bda0c7901b22be9bd730 (diff) | |
download | spack-50318e4ee31acb274b6ea8fdcf9918fc4af59ec9.tar.gz spack-50318e4ee31acb274b6ea8fdcf9918fc4af59ec9.tar.bz2 spack-50318e4ee31acb274b6ea8fdcf9918fc4af59ec9.tar.xz spack-50318e4ee31acb274b6ea8fdcf9918fc4af59ec9.zip |
travis: extend the list of e-mails being notified of failures (#16352)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 86b9f4d3db..227f6fc955 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |