Skip to content

Commit 83822b4

Browse files
committed
[travis-ci][coverity] Try a different approach to trigger coverity scan on auto-build branch.
1 parent 0ea0739 commit 83822b4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@ addons:
4747
notification_email: [email protected]
4848
build_command_prepend: "unix/prebuild.sh ; ./configure"
4949
build_command: "make"
50-
branch_pattern: (coverity_scan|autobuild*)
50+
# Instead of using pattern matching to choose which branches to run Coverity Scan on
51+
# (which turns out more difficult than expected), we simply use different .travis.yml files.
52+
# We need to do that anyway, because normally we also run osx/clang, which doesn't sit well
53+
# with Covertiy Scan.
54+
branch_pattern: "*"
5155

5256
script:
5357
- true

0 commit comments

Comments
 (0)