diff options
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e4734d6..8f40b00 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -8,3 +8,15 @@ perl: | |||
8 | - "5.12" | 8 | - "5.12" |
9 | - "5.10" | 9 | - "5.10" |
10 | - "5.8" | 10 | - "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 | |||