From: Duarte Meneses Date: Fri, 16 Sep 2016 13:03:13 +0000 (+0200) Subject: Fix build appveyor X-Git-Tag: 2.8~7 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2f525cdc0d2ea95c41ddd89c531544ba6ae91a88;p=sonar-scanner-cli.git Fix build appveyor --- diff --git a/appveyor.ps1 b/appveyor.ps1 index efd8408..95e868e 100644 --- a/appveyor.ps1 +++ b/appveyor.ps1 @@ -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)