From 2f525cdc0d2ea95c41ddd89c531544ba6ae91a88 Mon Sep 17 00:00:00 2001 From: Duarte Meneses Date: Fri, 16 Sep 2016 15:03:13 +0200 Subject: [PATCH] Fix build appveyor --- appveyor.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5