Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D4730200D4F for ; Wed, 1 Nov 2017 03:52:18 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D3247160C01; Wed, 1 Nov 2017 02:52:18 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 14EE3160BFD for ; Wed, 1 Nov 2017 03:52:17 +0100 (CET) Received: (qmail 63173 invoked by uid 500); 1 Nov 2017 02:52:17 -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 63027 invoked by uid 99); 1 Nov 2017 02:52:17 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2017 02:52:17 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id BBA7981C2F; Wed, 1 Nov 2017 02:52:13 +0000 (UTC) Date: Wed, 01 Nov 2017 02:52:16 +0000 To: "commits@couchdb.apache.org" Subject: [couchdb] 03/19: Travis: s/20.0/20.1 for build MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: wohali@apache.org In-Reply-To: <150950473377.30664.8382891356981763549@gitbox.apache.org> References: <150950473377.30664.8382891356981763549@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: couchdb X-Git-Refname: refs/heads/2.1.x X-Git-Reftype: branch X-Git-Rev: c2d970108b21efadc0f4fc4b0b42d0ddc5fe3c66 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20171101025214.BBA7981C2F@gitbox.apache.org> archived-at: Wed, 01 Nov 2017 02:52:19 -0000 This is an automated email from the ASF dual-hosted git repository. wohali pushed a commit to branch 2.1.x in repository https://gitbox.apache.org/repos/asf/couchdb.git commit c2d970108b21efadc0f4fc4b0b42d0ddc5fe3c66 Author: Joan Touzet AuthorDate: Wed Oct 25 16:27:55 2017 -0400 Travis: s/20.0/20.1 for build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5a2f53b..fe84f87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: false os: linux otp_release: - - 20.0 + - 20.1 - 19.3 - 18.3 - 17.5 -- To stop receiving notification emails like this one, please contact "commits@couchdb.apache.org" .