diff options
author | Pablo Barciela <[email protected]> | 2020-04-18 00:40:23 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-18 01:58:06 +0200 |
commit | 76adae7e526c2a02f76a37f096b4a8d12196b8fc (patch) | |
tree | 6431a924892718149623891e81d1b760dce3e10c | |
parent | fe800f84da085b4cb23b1c871ab361658ed38888 (diff) | |
download | atril-76adae7e526c2a02f76a37f096b4a8d12196b8fc.tar.bz2 atril-76adae7e526c2a02f76a37f096b4a8d12196b8fc.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 e1bc39e2..cdea551d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts +notifications: + irc: + if: branch = master AND + repo = mate-desktop/atril + 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 |