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 43E63200CD2 for ; Thu, 27 Jul 2017 08:59:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 426C316A58D; Thu, 27 Jul 2017 06:59:52 +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 87DF616A58C for ; Thu, 27 Jul 2017 08:59:51 +0200 (CEST) Received: (qmail 10628 invoked by uid 500); 27 Jul 2017 06:59:50 -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 10619 invoked by uid 99); 27 Jul 2017 06:59:50 -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; Thu, 27 Jul 2017 06:59:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2524FE9438; Thu, 27 Jul 2017 06:59:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: alsorokin@apache.org To: commits@cordova.apache.org Message-Id: <3b4989eebd194f52a30ca6f89c69eed1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-globalization git commit: CB-13028 (CI) Browser builds on Travis and AppVeyor Date: Thu, 27 Jul 2017 06:59:50 +0000 (UTC) archived-at: Thu, 27 Jul 2017 06:59:52 -0000 Repository: cordova-plugin-globalization Updated Branches: refs/heads/master 9e6c25aa8 -> e9a2b1771 CB-13028 (CI) Browser builds on Travis and AppVeyor Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/commit/e9a2b177 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/tree/e9a2b177 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/diff/e9a2b177 Branch: refs/heads/master Commit: e9a2b1771549ef7e30ccb5edc424daa31d32aa70 Parents: 9e6c25a Author: Alexander Sorokin Authored: Thu Jul 27 09:41:37 2017 +0300 Committer: Alexander Sorokin Committed: Thu Jul 27 09:41:37 2017 +0300 ---------------------------------------------------------------------- .appveyor.yml | 5 +++-- .travis.yml | 16 ++++++++++++++++ README.md | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/e9a2b177/.appveyor.yml ---------------------------------------------------------------------- diff --git a/.appveyor.yml b/.appveyor.yml index 4cd6d53..6eea8b6 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -15,7 +15,8 @@ environment: nodejs_version: "4" matrix: - PLATFORM: windows-10-store - + JUST_BUILD: --justBuild + - PLATFORM: local\browser install: - npm cache clean -f - node --version @@ -25,4 +26,4 @@ install: build: off test_script: - - cordova-paramedic --config pr\%PLATFORM% --plugin . --justBuild + - cordova-paramedic --config pr\%PLATFORM% --plugin . %JUST_BUILD% http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/e9a2b177/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index e72ef0b..83ca6fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,22 @@ env: - TRAVIS_NODE_VERSION="4.2" matrix: include: + - env: PLATFORM=browser-chrome + os: linux + language: node_js + node_js: '4.2' + - env: PLATFORM=browser-firefox + os: linux + language: node_js + node_js: '4.2' + - env: PLATFORM=browser-safari + os: linux + language: node_js + node_js: '4.2' + - env: PLATFORM=browser-edge + os: linux + language: node_js + node_js: '4.2' - env: PLATFORM=ios-9.3 os: osx osx_image: xcode7.3 http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/e9a2b177/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index bcb2aac..1f3a5a0 100644 --- a/README.md +++ b/README.md @@ -96,11 +96,11 @@ error's expected code is `GlobalizationError.UNKNOWN_ERROR`. - Amazon Fire OS - Android - BlackBerry 10 +- Browser - Firefox OS - iOS - Windows Phone 8 - Windows -- Browser ### Example --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org