Make WordPress Core

Changeset 34555


Ignore:
Timestamp:
09/25/2015 07:42:53 PM (9 years ago)
Author:
jorbin
Message:

Add Travis Notifications to the #core channel on Slack

This is hopefully the final attempt at adding notifications to the #core channel on Slack. By default, Travis spams the channel. In order to cut that down a bit, notifications are set as follows:

  • On Failure: Always (If the tests fail, the world needs to know)
  • On Success: Change (this means that the first green run after a red run aka, the world is happy again)
  • On Start: Never (Travis runs every time there is a commit. No need for a notification)

Props Netweb, samuelsidler
Fixes #30755

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r33443 r34555  
    4141notifications:
    4242  slack:
    43     secure: "ln2sC0yUOMzGGJ9PR56cxafCO2YSBQtFs0JuoSjvmXN0+jCGbQL781z2osEJ24BEl4o3zMLfiFPgieM7D+VuRObU6TiVFLmbebgoSyW/1Gs+jPNxBXPKOSLE3/4CV8ifyhm5XZr2xT6z8OWC6StHl2nPis4wZ91UHbj6FhlMyFM="
     43    secure: WuMCpfgrm0GIdPbYzsGOsakZ5x7QIbEBwD+CPHVXGKbL3ZbqQ+BVcDRnMiwzxjgf1vzg2de0taXCSMGKBxsWce23NZkOnmwPdIB8XOnwDV7T7zylgYD5S7p3gI6gV0l8Y3/gROdXFZap6viC1qRr4E79ow53RKk7E3WyOo7TWqo=
     44    on_start: never
     45    on_failure: always
     46    on_success: change
Note: See TracChangeset for help on using the changeset viewer.