diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2016-09-16 14:54:10 +0200 |
---|---|---|
committer | Duarte Meneses <duarte.meneses@sonarsource.com> | 2016-09-16 14:54:10 +0200 |
commit | 5ae674f359944ae5a1db0f072fcf30e93e5b6311 (patch) | |
tree | 47a0b9ea2bf0c2c09173122d1003be155b30306d | |
parent | f0d3d148cc5425dfe8b1fe601093042c3611be55 (diff) | |
download | sonar-scanner-cli-5ae674f359944ae5a1db0f072fcf30e93e5b6311.tar.gz sonar-scanner-cli-5ae674f359944ae5a1db0f072fcf30e93e5b6311.zip |
Fix build in Appveyor
-rw-r--r-- | appveyor.ps1 | 2 |
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 |