aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.ps1
diff options
context:
space:
mode:
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)