mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
Merge pull request #331 from letsencrypt/fix_travis_irc
Reduce travis noise
This commit is contained in:
commit
495a090503
1 changed files with 7 additions and 1 deletions
|
|
@ -22,4 +22,10 @@ env:
|
|||
|
||||
notifications:
|
||||
email: false
|
||||
irc: "chat.freenode.net#letsencrypt"
|
||||
irc:
|
||||
channels:
|
||||
- "chat.freenode.net#letsencrypt"
|
||||
on_success: never
|
||||
on_failure: always
|
||||
use_notice: true
|
||||
skip_join: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue