From 5ae674f359944ae5a1db0f072fcf30e93e5b6311 Mon Sep 17 00:00:00 2001 From: Duarte Meneses Date: Fri, 16 Sep 2016 14:54:10 +0200 Subject: [PATCH] Fix build in Appveyor --- appveyor.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.ps1 b/appveyor.ps1 index 9e66c12..efd8408 100644 --- a/appveyor.ps1 +++ b/appveyor.ps1 @@ -70,6 +70,6 @@ CALLSTACK:$(Get-PSCallStack | Out-String) } } - +InstallAppveyorTools mvn verify "--batch-mode" "-B" "-e" "-V" CheckLastExitCode -- 2.39.5