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 2014/08/16 03:49:44 UTC

[4/4] git commit: yml must be ansi encoded, okay, force push this then

yml must be ansi encoded, okay, force push this then


Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/0cd48c8e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/0cd48c8e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/0cd48c8e

Branch: refs/heads/master
Commit: 0cd48c8e7df45c64d0b6e4466756fc5e27b7e780
Parents: 8fe3cb2
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Fri Aug 15 18:47:09 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Fri Aug 15 18:47:09 2014 -0700

----------------------------------------------------------------------
 appveyor.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/0cd48c8e/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index 6444230..3f61846 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,4 @@
-# appveyor file
+# appveyor file
 # http://www.appveyor.com/docs/appveyor-yml
 
 nodejs_version: 0.10
@@ -13,5 +13,4 @@ test_script:
   - node --version
   - npm --version
   - msbuild /version
-  - wp8\bin\create .\testcreate
-  - .\testcreate\cordova\build
\ No newline at end of file
+  - npm test
\ No newline at end of file