From cb9e1f4ac09bb83b6762c1a75dac7987c550b77b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 6 Jul 2020 17:45:03 +0200 Subject: [PATCH] Only notify about Travis build status for the main repository It's annoying to receive notifications about build status in the forks. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7e990d75a8..d0169e2cad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -101,6 +101,7 @@ branches: notifications: email: + if: repo = wxWidgets/wxWidgets recipients: - vadim@wxwidgets.org on_success: change