From 2e5c4bd96a206eabd0801f59c914958d7ef22fc7 Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Sat, 24 Jun 2017 20:48:06 -0500 Subject: [PATCH] travis-ci: Don't run coverity_scan on master branch Once the weekly limit for Coverity scan is reached all builds exit success without compiling. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0d465906..0fd29260 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,4 +34,4 @@ addons: notification_email: quake3-commits@icculus.org build_command_prepend: "make clean" build_command: "make release" - branch_pattern: master + branch_pattern: coverity_scan