You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2015/09/01 17:56:59 UTC

fauxton commit: updated refs/heads/master to be90e4c

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 01650f62c -> be90e4ccd


remove broken notifications

they don't notificate any more, and they would flood couchdb-dev
if they would work.

PR: #511
PR-URL: https://github.com/apache/couchdb-fauxton/pull/511
Reviewed-By: garren smith <ga...@gmail.com>


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

Branch: refs/heads/master
Commit: be90e4ccd15b9601a3a2440fd962a8fb5561b860
Parents: 01650f6
Author: Robert Kowalski <ro...@apache.org>
Authored: Tue Sep 1 17:49:31 2015 +0200
Committer: Robert Kowalski <ro...@apache.org>
Committed: Tue Sep 1 17:56:53 2015 +0200

----------------------------------------------------------------------
 .travis.yml | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/be90e4cc/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 2dfbd57..cc6f4f4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,15 +34,6 @@ before_script:
   - sleep 25
 script:
   - ./node_modules/grunt-cli/bin/grunt nightwatch
-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: "change"
 
 cache: apt