Repository: couchdb-documentation Updated Branches: refs/heads/master 7fcef32d2 -> b7efaa3f7
Remove travis notification Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/b7efaa3f Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/b7efaa3f Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/b7efaa3f Branch: refs/heads/master Commit: b7efaa3f7090784b54b30c1fa3ada25f1e742052 Parents: 7fcef32 Author: Alexander Shorin <[email protected]> Authored: Fri Jul 24 07:38:02 2015 +0300 Committer: Alexander Shorin <[email protected]> Committed: Fri Jul 24 07:38:02 2015 +0300 ---------------------------------------------------------------------- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/b7efaa3f/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 62df29c..75ac54b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,13 +24,3 @@ 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"
