diff options
author | Pablo Barciela <[email protected]> | 2020-04-20 21:26:07 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-20 21:53:02 +0200 |
commit | f753878b1be6aa216eaafed5ba4eb908d8bda092 (patch) | |
tree | d05154c59b77acf02da7f878bdf0def00e2f4126 | |
parent | 0db99e0ab5c70a17abe29a047d7d910040646c66 (diff) | |
download | mate-icon-theme-f753878b1be6aa216eaafed5ba4eb908d8bda092.tar.bz2 mate-icon-theme-f753878b1be6aa216eaafed5ba4eb908d8bda092.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 54e682a..e898492 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build autotools +notifications: + irc: + if: branch = master AND + repo = "mate-desktop/mate-icon-theme" + 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 |