From 3cef072ccaed91403225f8e2d30adb3eb3054e23 Mon Sep 17 00:00:00 2001 From: Soonho Kong Date: Thu, 1 Aug 2013 20:07:20 -0700 Subject: [PATCH] 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. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 86d4c02fe..0937713dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,6 +55,7 @@ install: notifications: email: recipients: + - soonho.kong@gmail.com - leansmt-dev@googlegroups.com on_success: always on_failure: always