diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2016-09-16 15:03:13 +0200 |
---|---|---|
committer | Duarte Meneses <duarte.meneses@sonarsource.com> | 2016-09-16 15:03:13 +0200 |
commit | 2f525cdc0d2ea95c41ddd89c531544ba6ae91a88 (patch) | |
tree | 8a4621568a093b2ce00cc648f35507f8fd17f6fb | |
parent | 7df3e2db378b0c0da423439cf2552c8115e76f3b (diff) | |
download | sonar-scanner-cli-2f525cdc0d2ea95c41ddd89c531544ba6ae91a88.tar.gz sonar-scanner-cli-2f525cdc0d2ea95c41ddd89c531544ba6ae91a88.zip |
Fix build appveyor
-rw-r--r-- | appveyor.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
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) |