Make WordPress Core

Changeset 34567


Ignore:
Timestamp:
09/26/2015 12:03:24 AM (9 years ago)
Author:
jorbin
Message:

Move travis secure token under rooms

Travis lint says it is dropping the secure token, hence not actually pinging slack. According to http://docs.travis-ci.com/user/notifications/#Slack-notifications what we encrypt *should* be usable under rooms. Will this work? I don't know, but YOLO.

Fixes #30755

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r34558 r34567  
    4141notifications:
    4242  slack:
    43     secure: WuMCpfgrm0GIdPbYzsGOsakZ5x7QIbEBwD+CPHVXGKbL3ZbqQ+BVcDRnMiwzxjgf1vzg2de0taXCSMGKBxsWce23NZkOnmwPdIB8XOnwDV7T7zylgYD5S7p3gI6gV0l8Y3/gROdXFZap6viC1qRr4E79ow53RKk7E3WyOo7TWqo=
     43    rooms:
     44      secure: WuMCpfgrm0GIdPbYzsGOsakZ5x7QIbEBwD+CPHVXGKbL3ZbqQ+BVcDRnMiwzxjgf1vzg2de0taXCSMGKBxsWce23NZkOnmwPdIB8XOnwDV7T7zylgYD5S7p3gI6gV0l8Y3/gROdXFZap6viC1qRr4E79ow53RKk7E3WyOo7TWqo=
    4445    on_start: never
    4546    on_failure: always
Note: See TracChangeset for help on using the changeset viewer.