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 5DD0511DF0 for ; Thu, 31 Jul 2014 21:30:57 +0000 (UTC) Received: (qmail 87450 invoked by uid 500); 31 Jul 2014 21:30:56 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 87278 invoked by uid 500); 31 Jul 2014 21:30:56 -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 86694 invoked by uid 99); 31 Jul 2014 21:30:56 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jul 2014 21:30:56 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B6E71951A3E; Thu, 31 Jul 2014 21:30:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davisp@apache.org To: commits@couchdb.apache.org Date: Thu, 31 Jul 2014 21:31:06 -0000 Message-Id: <0661d6f122aa4afeac1d35be0ce768fd@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [12/50] meck commit: updated refs/heads/master to dde7590 Downgrade to R16B (R16B01 not ready yet on Travis) Project: http://git-wip-us.apache.org/repos/asf/couchdb-meck/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-meck/commit/52ec973d Tree: http://git-wip-us.apache.org/repos/asf/couchdb-meck/tree/52ec973d Diff: http://git-wip-us.apache.org/repos/asf/couchdb-meck/diff/52ec973d Branch: refs/heads/master Commit: 52ec973d6104049d97a8406311e0d38ae1472287 Parents: e318553 Author: Adam Lindberg Authored: Sat Aug 17 12:29:24 2013 +0200 Committer: Adam Lindberg Committed: Sat Aug 17 12:29:24 2013 +0200 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-meck/blob/52ec973d/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 26609c1..a261c8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ notifications: email: - hello@alind.io otp_release: - - R16B01 + - R16B - R15B03 - R14B04 before_script: "make get-deps"