mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2025-01-31 11:20:32 +00:00
travis-ci: Don't run coverity_scan on master branch
Once the weekly limit for Coverity scan is reached all builds exit success without compiling.
This commit is contained in:
parent
03336dd0bf
commit
2e5c4bd96a
1 changed files with 1 additions and 1 deletions
|
@ -34,4 +34,4 @@ addons:
|
||||||
notification_email: quake3-commits@icculus.org
|
notification_email: quake3-commits@icculus.org
|
||||||
build_command_prepend: "make clean"
|
build_command_prepend: "make clean"
|
||||||
build_command: "make release"
|
build_command: "make release"
|
||||||
branch_pattern: master
|
branch_pattern: coverity_scan
|
||||||
|
|
Loading…
Reference in a new issue