diff options
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 0fa652f..b2db346 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 |