diff options
Diffstat (limited to 'appveyor.ps1')
-rw-r--r-- | appveyor.ps1 | 2 |
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) |