From 1dd84f0d476d2252d0488c483ec2a678cbc02aca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Fri, 10 Feb 2017 13:17:56 -0800 Subject: [PATCH] Add myself as recipient for notifications. Summary: This is simply so I will start receiving Travis CI build notifications so I can keep an eye on the CocoaPods podspecs, as discussed with mkonicek. Closes https://github.com/facebook/react-native/pull/12318 Differential Revision: D4543194 Pulled By: mkonicek fbshipit-source-id: 95d3bf9d6d5aea97cfdb919ff67be92ad51b08bf --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5eb44fa252c..0106caf2754 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,5 +41,6 @@ notifications: email: recipients: - mkonicek@fb.com + - eloy@artsy.net on_failure: change on_success: change