fix tests for appveyor too, maybe?
diff --git a/appveyor.yml b/appveyor.yml
index c9b8cf9..5147ffb 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,7 +2,19 @@
 # http://www.appveyor.com/docs/appveyor-yml
 
 install:
-  - npm install
+  - cd ..
+  - git clone https://github.com/apache/cordova-android --depth 10
+  - git clone https://github.com/apache/cordova-ios --depth 10
+  - git clone https://github.com/apache/cordova-blackberry --depth 10
+  - git clone https://github.com/apache/cordova-windows --depth 10
+  - git clone https://github.com/apache/cordova-wp8 --depth 10
+  - git clone https://github.com/apache/cordova-firefoxos --depth 10
+  - git clone https://github.com/apache/cordova-ubuntu --depth 10
+  - git clone https://github.com/apache/cordova-browser --depth 10
+  - git clone https://github.com/apache/cordova-amazon-fireos --depth 10
+  - git clone https://github.com/apache/cordova-webos --depth 10
+  - cd cordova-js
+  - npm install  
 
 build: off