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 BC990200CD1 for ; Wed, 26 Jul 2017 09:01:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BB6F2163486; Wed, 26 Jul 2017 07:01:25 +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 0DCCE163356 for ; Wed, 26 Jul 2017 09:01:24 +0200 (CEST) Received: (qmail 1554 invoked by uid 500); 26 Jul 2017 07:01:23 -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 1545 invoked by uid 99); 26 Jul 2017 07:01:23 -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; Wed, 26 Jul 2017 07:01:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C15E9E024D; Wed, 26 Jul 2017 07:01:23 +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: <6117a4b2793b44219b60822f5f428998@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-console git commit: CB-13028 (CI) Browser builds on Travis and AppVeyor Date: Wed, 26 Jul 2017 07:01:23 +0000 (UTC) archived-at: Wed, 26 Jul 2017 07:01:25 -0000 Repository: cordova-plugin-console Updated Branches: refs/heads/master 4a3a93889 -> cd53e7475 CB-13028 (CI) Browser builds on Travis and AppVeyor Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/cd53e747 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/cd53e747 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/cd53e747 Branch: refs/heads/master Commit: cd53e747519c86bf7d2331ce0e7e9d3d3be8667e Parents: 4a3a938 Author: Alexander Sorokin Authored: Wed Jul 26 07:52:35 2017 +0300 Committer: Alexander Sorokin Committed: Wed Jul 26 07:52:35 2017 +0300 ---------------------------------------------------------------------- .appveyor.yml | 5 +++-- .travis.yml | 16 ++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/cd53e747/.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-console/blob/cd53e747/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 56ad246..3a69fe7 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 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org