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 BBAC2185EF for ; Wed, 2 Dec 2015 23:02:07 +0000 (UTC) Received: (qmail 43921 invoked by uid 500); 2 Dec 2015 23:02:05 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 43729 invoked by uid 500); 2 Dec 2015 23:02:04 -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 41152 invoked by uid 99); 2 Dec 2015 23:02:02 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2015 23:02:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1DA58E67D4; Wed, 2 Dec 2015 23:02:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kxepal@apache.org To: commits@couchdb.apache.org Date: Wed, 02 Dec 2015 23:02:49 -0000 Message-Id: <986bc86857b14fd9af86377594116c61@git.apache.org> In-Reply-To: <420563d655c74cdd8457841366bdc54d@git.apache.org> References: <420563d655c74cdd8457841366bdc54d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [49/50] couchdb commit: updated refs/heads/1.x.x to 921006f Mark R14B04 build failure as allowed On Travis R14B04 build fails with various random unpredictable reasons. To not turn tests into a battle field with Travis, let's ignore these failures. Our general focus is on hosts that runs not under such stress as public CI server and modern Erlang releases where everything is fine. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ffe3b330 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ffe3b330 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ffe3b330 Branch: refs/heads/1.x.x Commit: ffe3b33001b558307cd0812ab9226910389d6339 Parents: ac9e22d Author: Alexander Shorin Authored: Thu Dec 3 01:12:34 2015 +0300 Committer: Alexander Shorin Committed: Thu Dec 3 01:12:34 2015 +0300 ---------------------------------------------------------------------- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/ffe3b330/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 1bddb6a..f48b336 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,3 +17,6 @@ otp_release: - R16B03-1 - R15B03 - R14B04 +matrix: + allow_failures: + - otp_release: R14B04