You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/11/24 20:46:11 UTC

[cordova-paramedic] branch janio-appveyor_browser created (now 588f301)

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a change to branch janio-appveyor_browser
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git.


      at 588f301  test browser on appveyor

This branch includes the following new commits:

     new 588f301  test browser on appveyor

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-paramedic] 01/01: test browser on appveyor

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janio-appveyor_browser
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit 588f301b198d7f72d2c0e30aadfd782a0aa965a5
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Sat Nov 24 21:46:07 2018 +0100

    test browser on appveyor
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index ae23186..f9b779c 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
   "scripts": {
     "test": "npm run jshint & npm run test-ios",
     "jshint": "node node_modules/jshint/bin/jshint lib/",
-    "test-appveyor": "npm run test-windows",
+    "test-appveyor": "npm run test-browser",
     "test-travis": "npm run test-ios",
     "test-android": "node main.js --platform android --plugin ./spec/testable-plugin/",
     "test-ios": "node main.js --platform ios --plugin ./spec/testable-plugin/ --verbose",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org