From a48db5c563e955767d90109de8ea1bd112579d8e Mon Sep 17 00:00:00 2001 From: Konstantin Raev Date: Thu, 3 Mar 2016 09:50:52 -0800 Subject: [PATCH] added bestander for notifications of travis ci status changes Summary:for tracking Travis stability Closes https://github.com/facebook/react-native/pull/6277 Differential Revision: D3006229 fb-gh-sync-id: 31266cb3b73d57946cfd1518365f465642f0173a shipit-source-id: 31266cb3b73d57946cfd1518365f465642f0173a --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 341efe0a4..03c02d963 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,3 +52,10 @@ branches: only: - master - /^.*-stable$/ + +notifications: + email: + recipients: + - bestander@gmail.com + on_failure: change + on_success: change