You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2016/03/04 01:35:43 UTC

[05/50] cordova-paramedic git commit: added windows tests and set appveyor default

added windows tests and set appveyor default


Project: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/commit/962db83a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/tree/962db83a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/diff/962db83a

Branch: refs/heads/master
Commit: 962db83a0a50154aecbe0882247337beff632165
Parents: 880b927
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu Feb 12 17:16:24 2015 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu Feb 12 17:16:24 2015 -0800

----------------------------------------------------------------------
 package.json | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-paramedic/blob/962db83a/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 126697f..4e4af32 100644
--- a/package.json
+++ b/package.json
@@ -11,12 +11,13 @@
     "url": "git://github.com/purplecabbage/cordova-paramedic.git"
   },
   "scripts": {
-    "test":"npm run test-ios",
-    "test-appveyor":"npm run test-wp8",
+    "test":"npm run test-wp8",
+    "test-appveyor":"npm run test-windows",
     "test-travis":"npm run test-ios",
     "test-android":"cordova-paramedic --platform android --plugin ../spec/testable-plugin/",
     "test-ios": "cordova-paramedic --platform ios --plugin ../spec/testable-plugin/",
-    "test-wp8": "node main.js --platform wp8 --plugin ../spec/testable-plugin/"
+    "test-windows" : "node main.js --platform windows --plugin ./spec/testable-plugin/",
+    "test-wp8": "node main.js --platform wp8 --plugin ./spec/testable-plugin/"
 
   },
   "keywords": [


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