Skip to:
Content

BuddyPress.org

Changeset 9083


Ignore:
Timestamp:
10/15/2014 10:03:54 PM (10 years ago)
Author:
djpaul
Message:

travis-ci: specify IRC server/channel for notifications via encrypted key instead of server env var.

travis-ci.org support has told us that notifications are not sent from the build VM which runs our test script (which is where the env variables are set), and are instead from a seperate component which doesn't take the env vars into account. This is why the previous two attempts on r9080 and r9081 did not work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r9081 r9083  
    6161    irc:
    6262        channels:
    63             - "$BP_NOTIFICATIONS_IRC"
     63            - secure: "Z+gAlyOafrw0Xg294np+7IpqOKTsswGjAWyOZsbzT7Xo8uY1nmz8tTuU50Gpo8jo5HQqG9G0QgI3zB3Cxy3M5dF+J5oLl1lBz1zL0mtHiq1HoXi2cbVnGCCpxtMvYII6UmPUGAg8zvNUQol+cw1jb3PzLwEDfGcDH64o/Z3j8Gg="
    6464        template:
    6565            - "Build %{build_number} (%{branch} - %{commit}): %{message} %{build_url}"
Note: See TracChangeset for help on using the changeset viewer.