summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorOleg Oshmyan <chortos@inbox.lv>2017-02-05 04:24:54 +0200
committerOleg Oshmyan <chortos@inbox.lv>2017-02-05 20:57:42 +0200
commit8bbc8578ae03cca043e6ba41da5b005c0b442c69 (patch)
treedfc2d8b1852592a21ec5d1654a50ac0f6db2d120 /.travis.yml
parent9e09eaa7db5cf360d3880216f4d8b380dc2851be (diff)
downloadlibass-8bbc8578ae03cca043e6ba41da5b005c0b442c69.tar.bz2
libass-8bbc8578ae03cca043e6ba41da5b005c0b442c69.tar.xz
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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