From: Tomi Ollila <tomi.ollila@iki.fi>
To: Austin Clements <amdragon@MIT.EDU>, notmuch@notmuchmail.org
Subject: Re: [PATCH] travis: Only notify IRC on success if the previous build failed
Date: Tue, 05 Aug 2014 08:46:41 +0300 [thread overview]
Message-ID: <m24mxr5vzy.fsf@guru.guru-group.fi> (raw)
In-Reply-To: <1407203868-18650-1-git-send-email-amdragon@mit.edu>
On Tue, Aug 05 2014, Austin Clements <amdragon@MIT.EDU> wrote:
> Without this, Travis is rather spammy. Travis will continue to notify
> the IRC channel on each build failure, which seems desirable.
> ---
Found http://docs.travis-ci.com/user/notifications/#IRC-notification
and based on that (and by checking "Email notifications" above)
this should work.
+1
Tomi
> .travis.yml | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/.travis.yml b/.travis.yml
> index dff57a7..dbd6434 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -15,5 +15,9 @@ before_install:
> script:
> - ./configure
> - make test
> +
> notifications:
> - irc: "chat.freenode.net#notmuch"
> + irc:
> + channels:
> + - "chat.freenode.net#notmuch"
> + on_success: change
> --
> 2.0.0
next prev parent reply other threads:[~2014-08-05 5:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-05 1:57 [PATCH] travis: Only notify IRC on success if the previous build failed Austin Clements
2014-08-05 5:46 ` Tomi Ollila [this message]
2014-08-05 11:19 ` David Bremner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://notmuchmail.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m24mxr5vzy.fsf@guru.guru-group.fi \
--to=tomi.ollila@iki.fi \
--cc=amdragon@MIT.EDU \
--cc=notmuch@notmuchmail.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).