You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2015/07/17 14:57:54 UTC

cordova-lib git commit: CB-9291 Fixes Appveyor build failure

Repository: cordova-lib
Updated Branches:
  refs/heads/master 1a695603b -> f70606247


CB-9291 Fixes Appveyor build failure


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

Branch: refs/heads/master
Commit: f70606247e428225fccd7a1c46a9e090dac56f33
Parents: 1a69560
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Fri Jul 17 14:18:12 2015 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Fri Jul 17 14:18:12 2015 +0300

----------------------------------------------------------------------
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/f7060624/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index 9e029be..8a882c9 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -5,7 +5,7 @@ install:
   - cd ..
   - git clone https://github.com/apache/cordova-js --depth 10
   - cd cordova-js
-  - npm install
+  - npm install --msvs_version=2013
   - npm link
   - cd ..\cordova-lib\cordova-lib
   - npm link cordova-js


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