diff options
author | alalazo <massimiliano.culpo@googlemail.com> | 2016-01-19 19:28:38 +0100 |
---|---|---|
committer | alalazo <massimiliano.culpo@googlemail.com> | 2016-01-19 19:28:38 +0100 |
commit | 00185a39d9fe0155016e36c47b951f908bb7919f (patch) | |
tree | eff5ab532211c156f3068e54faea6b29e8e64c69 /.travis.yml | |
parent | f092e69d12fa98d60989d6b827aacfe95cc297aa (diff) | |
download | spack-00185a39d9fe0155016e36c47b951f908bb7919f.tar.gz spack-00185a39d9fe0155016e36c47b951f908bb7919f.tar.bz2 spack-00185a39d9fe0155016e36c47b951f908bb7919f.tar.xz spack-00185a39d9fe0155016e36c47b951f908bb7919f.zip |
reverted email notification
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2d9bbabe10..f935062b02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,6 +35,6 @@ after_success: notifications: email: recipients: - - massimiliano.culpo@gmail.com + - tgamblin@llnl.gov on_success: change on_failure: always |