diff options
author | Pablo Barciela <[email protected]> | 2020-04-17 23:50:10 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-18 00:26:07 +0200 |
commit | 6ad64c1c3fd8ae54472feab2ca3b438f674f7877 (patch) | |
tree | a835c4340de999ecefc0bf4933cec6c0aed313a7 | |
parent | 77fdcb50ac349e2e73aee9baed15a047426fdcdc (diff) | |
download | engrampa-6ad64c1c3fd8ae54472feab2ca3b438f674f7877.tar.bz2 engrampa-6ad64c1c3fd8ae54472feab2ca3b438f674f7877.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..8ca6632 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/engrampa + 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 |