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

[8/8] documentation commit: updated refs/heads/master to 1c4a6b9

Notify #couchdb-ci on build failure


Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/1c4a6b96
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/1c4a6b96
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/1c4a6b96

Branch: refs/heads/master
Commit: 1c4a6b967440d3dce15c5810ea4972ea17513012
Parents: 921f0d2
Author: Alexander Shorin <kx...@apache.org>
Authored: Thu Mar 26 03:06:28 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Thu Mar 26 03:06:28 2015 +0300

----------------------------------------------------------------------
 .travis.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/1c4a6b96/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 75ac54b..62df29c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,3 +24,13 @@ env:
     - TARGET=check
 
 cache: apt
+
+notifications:
+  irc:
+    channels:
+      - "chat.freenode.net#couchdb-ci"
+    template:
+      - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} Amazing details: %{build_url}"
+    skip_join: true
+    on_success: "never"
+    on_failure: "change"