You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/12/06 02:13:33 UTC

[17/32] git commit: removed 'win-test' fixture, e2e runs fine on windows now.

removed 'win-test' fixture, e2e runs fine on windows now.


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/3a53c222
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/3a53c222
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/3a53c222

Branch: refs/heads/fireos
Commit: 3a53c222c78585e323e153427f06be5d4aed0464
Parents: 2a7bcae
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Dec 4 13:05:12 2013 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Dec 4 13:05:12 2013 -0800

----------------------------------------------------------------------
 package.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/3a53c222/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index aadf0e7..d93025e 100644
--- a/package.json
+++ b/package.json
@@ -12,8 +12,7 @@
     "cordova": "./bin/cordova"
   },
   "scripts": {
-    "test": "jasmine-node --color spec e2e",
-    "win-test" : "jasmine-node --color spec"
+    "test": "jasmine-node --color spec e2e"
   },
   "repository": {
     "type": "git",