From: Austin Clements <amdragon@MIT.EDU>
To: notmuch@notmuchmail.org
Subject: [PATCH] travis: Only notify IRC on success if the previous build failed
Date: Mon, 4 Aug 2014 21:57:48 -0400 [thread overview]
Message-ID: <1407203868-18650-1-git-send-email-amdragon@mit.edu> (raw)
Without this, Travis is rather spammy. Travis will continue to notify
the IRC channel on each build failure, which seems desirable.
---
.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 reply other threads:[~2014-08-05 1:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-05 1:57 Austin Clements [this message]
2014-08-05 5:46 ` [PATCH] travis: Only notify IRC on success if the previous build failed Tomi Ollila
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=1407203868-18650-1-git-send-email-amdragon@mit.edu \
--to=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).