Skip to content

Commit 68ae004

Browse files
committed
Notify IRC channel when build breaks.
1 parent 7f0e077 commit 68ae004

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ addons:
55
branches:
66
except:
77
- gh-pages
8+
notifications:
9+
irc:
10+
channels:
11+
- "irc.freenode.net#perl6"
12+
on_success: change
13+
on_failure: always
14+
template:
15+
- "Doc build %{result}. %{author} '%{commit_message}'"
16+
- "%{build_url} %{compare_url}"
17+
818
language: perl6
919
sudo: false
1020
perl6:

0 commit comments

Comments
 (0)