From: Oleg Oshmyan Date: Sun, 5 Feb 2017 02:24:54 +0000 (+0200) Subject: Travis CI: run Coverity Scan on every master build X-Git-Tag: 0.13.7~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8bbc8578ae03cca043e6ba41da5b005c0b442c69;p=libass 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. --- 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