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 BADB117BF1 for ; Fri, 22 Jan 2016 10:01:54 +0000 (UTC) Received: (qmail 66280 invoked by uid 500); 22 Jan 2016 10:01:54 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 66231 invoked by uid 500); 22 Jan 2016 10:01:54 -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 66222 invoked by uid 99); 22 Jan 2016 10:01:54 -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; Fri, 22 Jan 2016 10:01:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2B2C5E0098; Fri, 22 Jan 2016 10:01:54 +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 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: couchdb-b64url git commit: Update .travis.yml Date: Fri, 22 Jan 2016 10:01:54 +0000 (UTC) Repository: couchdb-b64url Updated Branches: refs/heads/master 319fc6042 -> 6895652d8 Update .travis.yml - Add license header - Remove builds against old Erlang releases Project: http://git-wip-us.apache.org/repos/asf/couchdb-b64url/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-b64url/commit/6895652d Tree: http://git-wip-us.apache.org/repos/asf/couchdb-b64url/tree/6895652d Diff: http://git-wip-us.apache.org/repos/asf/couchdb-b64url/diff/6895652d Branch: refs/heads/master Commit: 6895652d80f95cdf04efb14625abed868998f174 Parents: 319fc60 Author: Alexander Shorin Authored: Fri Jan 22 12:59:40 2016 +0300 Committer: Alexander Shorin Committed: Fri Jan 22 12:59:40 2016 +0300 ---------------------------------------------------------------------- .travis.yml | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-b64url/blob/6895652d/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 99e6cb3..e9367c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,23 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + language: erlang otp_release: - - 17.5 - - 17.4 - - 17.1 - - 17.0 - - R16B03-1 - - R14B04 - - R14B02 + - 18.2 + - 18.1 + - 18.0 + - 17.5 + - R16B03-1