Update .travis.yml to fix email a notification setting.
- It seems that googlegroups doesn't accept emails from travis-ci directly. I set up an email-forwarding on my account to pass emails from travis to the mailing list.
This commit is contained in:
parent
322c2b472d
commit
3cef072cca
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ install:
|
|||
notifications:
|
||||
email:
|
||||
recipients:
|
||||
- soonho.kong@gmail.com
|
||||
- leansmt-dev@googlegroups.com
|
||||
on_success: always
|
||||
on_failure: always
|
||||
|
|
Loading…
Reference in a new issue