From 5cb70bd01779fb86e6dfa107241cfbade9d83275 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Wed, 20 Apr 2016 17:08:13 +0000 Subject: [PATCH] Don't announce PR builds in Slack People may submit a PR to our travis build repo, we shouldn't notify slack when that happens. See https://docs.travis-ci.com/user/notifications/#Slack-notifications Fixes #36607 git-svn-id: https://develop.svn.wordpress.org/trunk@37268 602fd350-edb4-49c9-b593-d223f7449a82 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e362725c55..f8754e3bba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,3 +58,4 @@ notifications: on_start: never on_failure: always on_success: change + on_pull_requests: false