diff options
author | Pablo Barciela <[email protected]> | 2020-04-18 01:06:20 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-18 02:01:09 +0200 |
commit | 31a4a821dd51861813ae49b4f2ba7b21d2cbc6d2 (patch) | |
tree | 2724d347772dc2a92aec0a1c5f38ed331b1ae83c | |
parent | b8c1c3df062f7353ab5ab0f7c39dc83766f0262e (diff) | |
download | caja-31a4a821dd51861813ae49b4f2ba7b21d2cbc6d2.tar.bz2 caja-31a4a821dd51861813ae49b4f2ba7b21d2cbc6d2.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 bde1d3b1..c8187d09 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 |