From 9309bd00bbb0522366ca3a73c77de9f8678c13bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Tue, 28 Feb 2017 12:23:52 -0800 Subject: [PATCH] Do not ping Slack on PR builds Summary: This will limit Slack's notifications to the #ci channel to whenever the build goes from green to red and vice versa on the default branch (master). Closes https://github.com/facebook/react-native/pull/12611 Differential Revision: D4629295 Pulled By: hramos fbshipit-source-id: dc04b774b32b262070c8cd3cc8f88c70a5729217 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index f670e14b4..3c7e7a396 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,3 +46,6 @@ notifications: on_success: change slack: secure: oQL2C966v7/DtxNqfM7WowjY0R5mgLHR2qHkoucwK5iVrmaptnHr8fq01xlj7VT0kDwNLqT3n4+gtCviGw89lq71m3W76c8Pms/10jpjw+LwAfQPVizNw/Bx8MFNNmjDauK/auFxaybiLZupi7zd4xFGOZvScmFdfD4CAAp2OOA= + on_pull_requests: false + on_failure: change + on_success: change