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 9E7F8200D26 for ; Fri, 20 Oct 2017 13:44:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9CF0B160BCB; Fri, 20 Oct 2017 11:44:58 +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 E2DBE1609E1 for ; Fri, 20 Oct 2017 13:44:57 +0200 (CEST) Received: (qmail 81957 invoked by uid 500); 20 Oct 2017 11:44:57 -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 81948 invoked by uid 99); 20 Oct 2017 11:44:57 -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, 20 Oct 2017 11:44:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F3972DFA3D; Fri, 20 Oct 2017 11:44:56 +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: X-Mailer: ASF-Git Admin Mailer Subject: cordova-paramedic git commit: Removed unnecessary 'cordova-plugin-device' from the list of additionally installed plugins Date: Fri, 20 Oct 2017 11:44:56 +0000 (UTC) archived-at: Fri, 20 Oct 2017 11:44:58 -0000 Repository: cordova-paramedic Updated Branches: refs/heads/master 211100d4f -> 318fc1878 Removed unnecessary 'cordova-plugin-device' from the list of additionally installed plugins Project: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/commit/318fc187 Tree: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/tree/318fc187 Diff: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/diff/318fc187 Branch: refs/heads/master Commit: 318fc18787205665cbaa9614a80e594d6306c97d Parents: 211100d Author: Alexander Sorokin Authored: Fri Oct 20 14:44:14 2017 +0300 Committer: Alexander Sorokin Committed: Fri Oct 20 14:44:14 2017 +0300 ---------------------------------------------------------------------- lib/paramedic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-paramedic/blob/318fc187/lib/paramedic.js ---------------------------------------------------------------------- diff --git a/lib/paramedic.js b/lib/paramedic.js index 549c6ef..cd22c02 100644 --- a/lib/paramedic.js +++ b/lib/paramedic.js @@ -158,7 +158,7 @@ ParamedicRunner.prototype.installPlugins = function () { this.pluginsManager.installPlugins(this.config.getPlugins()); this.pluginsManager.installTestsForExistingPlugins(); - var additionalPlugins = ['cordova-plugin-test-framework', 'cordova-plugin-device', path.join(__dirname, '../paramedic-plugin')]; + var additionalPlugins = ['cordova-plugin-test-framework', path.join(__dirname, '../paramedic-plugin')]; if (this.config.shouldUseSauce() && !this.config.getUseTunnel()) { additionalPlugins.push(path.join(__dirname, '../event-cache-plugin')); } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org