aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.ps1
diff options
context:
space:
mode:
authorJacek <52388493+jacek-poreda-sonarsource@users.noreply.github.com>2019-09-30 15:43:00 +0200
committerGitHub <noreply@github.com>2019-09-30 15:43:00 +0200
commit70da1689e80a7afd3f107e9ae9d3deac94f6c9b9 (patch)
tree5d3c57d848ef324ba862f67002a3f951c28d49e2 /appveyor.ps1
parent465dd079c79d1f2297a430d3b2cdd58513e8d61d (diff)
downloadsonar-scanner-cli-70da1689e80a7afd3f107e9ae9d3deac94f6c9b9.tar.gz
sonar-scanner-cli-70da1689e80a7afd3f107e9ae9d3deac94f6c9b9.zip
Update travis utils version for appveyor (#75)
Diffstat (limited to 'appveyor.ps1')
-rw-r--r--appveyor.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.ps1 b/appveyor.ps1
index b3ecc55..a8a81f1 100644
--- a/appveyor.ps1
+++ b/appveyor.ps1
@@ -32,7 +32,7 @@ function FetchAndUnzip
function InstallAppveyorTools
{
- $travisUtilsVersion = "33"
+ $travisUtilsVersion = "57"
$localPath = "$env:USERPROFILE\.local"
$travisUtilsPath = "$localPath\travis-utils-$travisUtilsVersion"
if (Test-Path $travisUtilsPath)