From f76b9958f75cee1c3dd7a55f42adb46abb63d105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sun, 4 Sep 2016 16:32:17 +0200 Subject: [PATCH] Only run Coverity Scan on the "scan" branch. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 297fe8e..b597c84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,4 @@ addons: name: cryb-to/cryb-to notification_email: des@des.no build_command: make - branch_pattern: master + branch_pattern: scan