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 E0180200B68 for ; Fri, 19 Aug 2016 09:01:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DE9C0160AAC; Fri, 19 Aug 2016 07:01:04 +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 58089160A8E for ; Fri, 19 Aug 2016 09:01:04 +0200 (CEST) Received: (qmail 91741 invoked by uid 500); 19 Aug 2016 07:01:03 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 91731 invoked by uid 99); 19 Aug 2016 07:01:03 -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, 19 Aug 2016 07:01:03 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5F411E04BE; Fri, 19 Aug 2016 07:01:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: ios commit: CB-11725 - Update appveyor node versions to 4 and 6, so they will always use the latest versions Date: Fri, 19 Aug 2016 07:01:03 +0000 (UTC) archived-at: Fri, 19 Aug 2016 07:01:05 -0000 Repository: cordova-ios Updated Branches: refs/heads/master a06f41918 -> d52a6876c CB-11725 - Update appveyor node versions to 4 and 6, so they will always use the latest versions Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/d52a6876 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/d52a6876 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/d52a6876 Branch: refs/heads/master Commit: d52a6876c4761f0d27743f62d423a6ad30d3d75a Parents: a06f419 Author: Shazron Abdullah Authored: Thu Aug 18 23:52:53 2016 -0700 Committer: Shazron Abdullah Committed: Thu Aug 18 23:52:53 2016 -0700 ---------------------------------------------------------------------- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/d52a6876/appveyor.yml ---------------------------------------------------------------------- diff --git a/appveyor.yml b/appveyor.yml index bbebba5..6e92b88 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,8 +2,8 @@ environment: matrix: - nodejs_version: "0.10" - nodejs_version: "0.12" - - nodejs_version: "4.2" - - nodejs_version: "6.0" + - nodejs_version: "4" + - nodejs_version: "6" install: - ps: Install-Product node $env:nodejs_version --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org