From 3c52eee23b4bc87d211b19ade213d22e605f7838 Mon Sep 17 00:00:00 2001 From: Coda Hale Date: Fri, 6 Sep 2013 17:30:36 -0700 Subject: [PATCH] Add email notifications. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4f2ee4d..a6c48a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,7 @@ language: go +notifications: + # See http://about.travis-ci.org/docs/user/build-configuration/ to learn more + # about configuring notification recipients and more. + email: + recipients: + - coda.hale@gmail.com