Skip to content

Commit accf5af

Browse files
committed
add notifications for travis builds
1 parent 2068f7a commit accf5af

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,15 @@ perl:
88
- "5.12"
99
- "5.10"
1010
- "5.8"
11+
12+
notifications:
13+
irc:
14+
channels:
15+
- "chat.freenode.net#Monitoring-Plugins"
16+
on_success: change
17+
on_failure: always
18+
skip_join: true
19+
email:
20+
- team@monitoring-plugins.org
21+
22+

0 commit comments

Comments
 (0)