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
This commit is contained in:
Aaron Jorbin 2016-04-20 17:08:13 +00:00
parent 67e6dc1c43
commit 5cb70bd017
1 changed files with 1 additions and 0 deletions

View File

@ -58,3 +58,4 @@ notifications:
on_start: never
on_failure: always
on_success: change
on_pull_requests: false