diff options
| author | Jan Wagner <waja@cyconet.org> | 2014-02-15 20:07:07 +0100 |
|---|---|---|
| committer | Jan Wagner <waja@cyconet.org> | 2014-02-15 20:59:09 +0100 |
| commit | dedc7289dad9356a83c1c22d01c433215539578d (patch) | |
| tree | 386682637794c63294f905347f0221a44e0acbc4 | |
| parent | 0966dcc6f7297d5df7e2bcfc7a9128b16fb70151 (diff) | |
| download | monitoring-plugins-dedc7289dad9356a83c1c22d01c433215539578d.tar.gz | |
travis-ci: Enable IRC notification
| -rw-r--r-- | .travis.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 0fa652fc..b2db346c 100644 --- a/.travis.yml +++ b/.travis.yml | |||
| @@ -7,6 +7,11 @@ install: | |||
| 7 | 7 | ||
| 8 | script: | 8 | script: |
| 9 | - tools/setup && ./configure && make | 9 | - tools/setup && ./configure && make |
| 10 | 10 | notifications: | |
| 11 | #notifications: | 11 | irc: |
| 12 | channels: | ||
| 13 | - "chat.freenode.net#Monitoring-Plugins" | ||
| 14 | on_success: change | ||
| 15 | on_failure: always | ||
| 16 | skip_join: true | ||
| 12 | # email: false | 17 | # email: false |
