From 8bbc8578ae03cca043e6ba41da5b005c0b442c69 Mon Sep 17 00:00:00 2001 From: Oleg Oshmyan Date: Sun, 5 Feb 2017 04:24:54 +0200 Subject: Travis CI: run Coverity Scan on every master build We never remember to push to the coverity_scan branch, so currently Coverity Scan never runs. Our master builds are not very frequent, so we should be able to afford running Coverity Scan on every build. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2f38e4d..9583c29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,4 +49,4 @@ addons: notification_email: none@example.com build_command_prepend: "./configure" build_command: "make -j4" - branch_pattern: coverity_scan + branch_pattern: master|coverity_scan -- cgit v1.2.3