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 63462200CF7 for ; Mon, 14 Aug 2017 17:38:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6201516396B; Mon, 14 Aug 2017 15:38:15 +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 BFBC8163953 for ; Mon, 14 Aug 2017 17:38:14 +0200 (CEST) Received: (qmail 65991 invoked by uid 500); 14 Aug 2017 15:38:13 -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 65546 invoked by uid 99); 14 Aug 2017 15:38:12 -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; Mon, 14 Aug 2017 15:38:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CB8DDF323C; Mon, 14 Aug 2017 15:38:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org Date: Mon, 14 Aug 2017 15:38:14 -0000 Message-Id: <23cc1a444d414d0e91822d368086da47@git.apache.org> In-Reply-To: <88efe004054448a3b08e8e78f9f0e86f@git.apache.org> References: <88efe004054448a3b08e8e78f9f0e86f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [04/31] mochiweb commit: updated refs/heads/upstream to 23dc119 archived-at: Mon, 14 Aug 2017 15:38:15 -0000 Update travis config Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/54ea016f Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/54ea016f Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/diff/54ea016f Branch: refs/heads/upstream Commit: 54ea016f143cf813a419e8db45051409138036e3 Parents: 0f2fe44 Author: Bob Ippolito Authored: Sun Mar 13 14:02:14 2016 -0700 Committer: Bob Ippolito Committed: Sun Mar 13 14:02:14 2016 -0700 ---------------------------------------------------------------------- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/54ea016f/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 5052773..f3af868 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ +sudo: false language: erlang notifications: email: false otp_release: - - 17.4 - - 17.3 + - 18.2.1 + - 18.1 + - 17.5 - R16B03-1 - R15B03