diff options
author | Pablo Barciela <[email protected]> | 2020-04-18 01:54:50 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-18 02:15:24 +0200 |
commit | b3febab6de523c5a4a19d3fbd2c9b75301a8fd7d (patch) | |
tree | de0a55fe6c776789532f8f67233d53e0ec504844 | |
parent | 6f1ee39b4544ee0fe778d10bc21a1f6db1e2a24c (diff) | |
download | caja-extensions-b3febab6de523c5a4a19d3fbd2c9b75301a8fd7d.tar.bz2 caja-extensions-b3febab6de523c5a4a19d3fbd2c9b75301a8fd7d.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..1b972ef 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/caja-extensions" + 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 |