]> granicus.if.org Git - libass/commitdiff
Travis CI: run Coverity Scan on every master build
authorOleg Oshmyan <chortos@inbox.lv>
Sun, 5 Feb 2017 02:24:54 +0000 (04:24 +0200)
committerOleg Oshmyan <chortos@inbox.lv>
Sun, 5 Feb 2017 18:57:42 +0000 (20:57 +0200)
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

index 2f38e4d6a6b4b0e7e5ba58cc12dc98ed4f49b0f5..9583c29743aa6817b157215822e20f87ad4e0714 100644 (file)
@@ -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