mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Restrict coverity to special branch
This commit is contained in:
parent
7d7e262d32
commit
f56b2962b0
|
@ -16,6 +16,7 @@ git:
|
|||
after_success: bash <(curl -s https://codecov.io/bash)
|
||||
env:
|
||||
global:
|
||||
# COVERITY_SCAN:
|
||||
- secure: "HmfK5Ya1l1/hWFk+RV5lwlrWAlv3FwyOFV1689JPtK9OBZAuDGmj0uskmLRWI7X6MdwHSpP93P5pADE1YbbqX2pZmhysBiLsGh8rmI+eTm/Q9h708qyRk3T2Yie49rfk5xlo1IN41dDt+3XZ0bEC7VEXNoCAyn9YMpZ/wOJiP/s="
|
||||
addons:
|
||||
coverity_scan:
|
||||
|
@ -24,5 +25,5 @@ addons:
|
|||
description: "Build submitted via Travis CI"
|
||||
notification_email: srowen@gmail.com
|
||||
build_command_prepend: "mvn clean"
|
||||
build_command: "mvn -DskipTests=true compile"
|
||||
branch_pattern: master
|
||||
build_command: "mvn -DskipTests=true compile test-compile"
|
||||
branch_pattern: coverity_scan
|
Loading…
Reference in a new issue