Coverity scans only on specific branch

Instead of running coverity scans on every commit on the master branch, run scan only on the coverity_scan branch

Signed-off-by: Doug Morato <dm@corp.io>
This commit is contained in:
Doug Morato 2015-10-24 19:49:20 -04:00
parent cffb515851
commit c8c3b75fbf

View File

@ -46,5 +46,5 @@ addons:
notification_email: doug.morato@owasp.org
build_command_prepend: "mvn clean"
build_command: "mvn -DskipTests=true install"
branch_pattern: master
branch_pattern: coverity_scan