Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5A52A11B11 for ; Mon, 25 Aug 2014 13:39:42 +0000 (UTC) Received: (qmail 6049 invoked by uid 500); 25 Aug 2014 13:39:42 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 5977 invoked by uid 500); 25 Aug 2014 13:39:42 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 5648 invoked by uid 99); 25 Aug 2014 13:39:42 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Aug 2014 13:39:42 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id CD5EB9CEE94; Mon, 25 Aug 2014 13:39:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: deathbear@apache.org To: commits@couchdb.apache.org Date: Mon, 25 Aug 2014 13:39:44 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [04/48] fauxton commit: updated refs/heads/secondary-indexes to 8688d16 make CI build faster Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/a57188ce Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/a57188ce Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/a57188ce Branch: refs/heads/secondary-indexes Commit: a57188cea8cada14106b787eb45908063f93f4b6 Parents: 580ea7b Author: Peter Dave Hello Authored: Sun Aug 17 00:38:25 2014 +0800 Committer: Peter Dave Hello Committed: Sun Aug 17 00:38:25 2014 +0800 ---------------------------------------------------------------------- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/a57188ce/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 6e5919d..2fba053 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ language: node_js node_js: - "0.10" +git: + depth: 10