From c8c3b75fbf773a943d87c806b2695d7df856a76a Mon Sep 17 00:00:00 2001 From: Doug Morato Date: Sat, 24 Oct 2015 19:49:20 -0400 Subject: [PATCH] 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4be1097c3..a842c64f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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