aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2016-09-16 14:54:10 +0200
committerDuarte Meneses <duarte.meneses@sonarsource.com>2016-09-16 14:54:10 +0200
commit5ae674f359944ae5a1db0f072fcf30e93e5b6311 (patch)
tree47a0b9ea2bf0c2c09173122d1003be155b30306d
parentf0d3d148cc5425dfe8b1fe601093042c3611be55 (diff)
downloadsonar-scanner-cli-5ae674f359944ae5a1db0f072fcf30e93e5b6311.tar.gz
sonar-scanner-cli-5ae674f359944ae5a1db0f072fcf30e93e5b6311.zip
Fix build in Appveyor
-rw-r--r--appveyor.ps12
1 files changed, 1 insertions, 1 deletions
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