diff options
author | Pablo Barciela <[email protected]> | 2020-04-18 01:06:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-20 23:48:28 +0200 |
commit | 518ef2d87cdf454526f605b8fe2f3fdfd65e2a7d (patch) | |
tree | 072539f8f63ce74a761813e7f988a9df6fc69306 | |
parent | fe04d297617d05191a1adcc4609260e68051739a (diff) | |
download | caja-518ef2d87cdf454526f605b8fe2f3fdfd65e2a7d.tar.bz2 caja-518ef2d87cdf454526f605b8fe2f3fdfd65e2a7d.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 3304ed09..827395f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts +notifications: + irc: + if: branch = master AND + repo = mate-desktop/caja + 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: pages edge: true |