diff options
author | Pablo Barciela <[email protected]> | 2020-04-19 00:15:57 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-19 00:29:59 +0200 |
commit | 5e972d6a79a4fe0cf39210b22965e209a7de9991 (patch) | |
tree | 3c62acdb485816e2c2cfe717a2f03debfcfa76e5 | |
parent | bf39edee0883f5d32a421aa41527037979fb6b84 (diff) | |
download | libmatemixer-5e972d6a79a4fe0cf39210b22965e209a7de9991.tar.bz2 libmatemixer-5e972d6a79a4fe0cf39210b22965e209a7de9991.tar.xz |
Travis CI: enable irc notifications with broken builds
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 31ef220..4d0e0cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts +notifications: + irc: + if: branch = "1.24" AND + repo = mate-desktop/libmatemixer + channels: + - "irc.freenode.org#mate-dev" + template: + - "[%{repository_name}] %{author}: %{commit_subject}" + - "[%{branch}] %{commit} %{message} %{build_url}" + on_success: never + on_failure: always + deploy: - provider: script edge: true |