]> source.dussan.org Git - sonar-scanner-cli.git/commitdiff
Fix build appveyor
authorDuarte Meneses <duarte.meneses@sonarsource.com>
Fri, 16 Sep 2016 13:03:13 +0000 (15:03 +0200)
committerDuarte Meneses <duarte.meneses@sonarsource.com>
Fri, 16 Sep 2016 13:03:13 +0000 (15:03 +0200)
appveyor.ps1

index efd8408c1553cf549b56f5c02a78a7980da86b77..95e868e251e129066c35b71bd15da4541cd6a1b6 100644 (file)
@@ -33,7 +33,7 @@ function FetchAndUnzip
 
 function InstallAppveyorTools
 {
-        $travisUtilsVersion = "16"
+        $travisUtilsVersion = "33"
         $localPath = "$env:USERPROFILE\.local"
         $travisUtilsPath = "$localPath\travis-utils-$travisUtilsVersion"
         if (Test-Path $travisUtilsPath)