You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2015/02/10 00:07:01 UTC

fauxton commit: updated refs/heads/master to 873f947

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 6c6fcaba5 -> 873f94790


Reduce spam to #couchdb-dev IRC


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/873f9479
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/873f9479
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/873f9479

Branch: refs/heads/master
Commit: 873f947903b0d16dc6b865df381d6f40cda53d4b
Parents: 6c6fcab
Author: Joan Touzet <wo...@apache.org>
Authored: Mon Feb 9 18:06:53 2015 -0500
Committer: Joan Touzet <wo...@apache.org>
Committed: Mon Feb 9 18:06:53 2015 -0500

----------------------------------------------------------------------
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/873f9479/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index cd33b4d..21e7bbe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,5 +25,8 @@ notifications:
   irc:
     channels:
       - "chat.freenode.net#couchdb-dev"
+    template:
+      - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} Amazing details: %{build_url}"
+    skip_join: true
     on_success: "never"
-    on_failure: "always"
+    on_failure: "change"