diff options
author | Pablo Barciela <[email protected]> | 2020-05-30 02:55:12 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-05-30 03:02:13 +0200 |
commit | 250f3d467666173d2bc21c2b59db127afede368e (patch) | |
tree | aebbeefa0cda38b36b397084e7a07c7811b1ceed | |
parent | 6f1d3aab070c016f89a297e3d831da476213266d (diff) | |
download | mate-themes-250f3d467666173d2bc21c2b59db127afede368e.tar.bz2 mate-themes-250f3d467666173d2bc21c2b59db127afede368e.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 86bc3036..74bd7dab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build autotools +notifications: + irc: + if: branch = master AND + repo = "mate-desktop/mate-themes" + 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 |