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:
Soonho Kong 2013-08-01 20:07:20 -07:00
parent 322c2b472d
commit 3cef072cca

View file

@ -55,6 +55,7 @@ install:
notifications:
email:
recipients:
- soonho.kong@gmail.com
- leansmt-dev@googlegroups.com
on_success: always
on_failure: always