Skip to content

Commit 0ea0739

Browse files
committed
[travis-ci][coverity] Fix issue in branch pattern to trigger coverity scan.
1 parent 469b59d commit 0ea0739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ 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+
branch_pattern: (coverity_scan|autobuild*)
5151

5252
script:
5353
- true

0 commit comments

Comments
 (0)