mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
No need for coverity config in main branch
This commit is contained in:
parent
1a5b739cdc
commit
41f59701da
15
.travis.yml
15
.travis.yml
|
@ -14,17 +14,4 @@ cache:
|
||||||
- $HOME/.m2
|
- $HOME/.m2
|
||||||
git:
|
git:
|
||||||
depth: 10
|
depth: 10
|
||||||
after_success: if [ -n "$JACOCO" ]; then bash <(curl -s https://codecov.io/bash); fi
|
after_success: if [ -n "$JACOCO" ]; then bash <(curl -s https://codecov.io/bash); fi
|
||||||
env:
|
|
||||||
global:
|
|
||||||
# COVERITY_SCAN:
|
|
||||||
- secure: "HmfK5Ya1l1/hWFk+RV5lwlrWAlv3FwyOFV1689JPtK9OBZAuDGmj0uskmLRWI7X6MdwHSpP93P5pADE1YbbqX2pZmhysBiLsGh8rmI+eTm/Q9h708qyRk3T2Yie49rfk5xlo1IN41dDt+3XZ0bEC7VEXNoCAyn9YMpZ/wOJiP/s="
|
|
||||||
addons:
|
|
||||||
coverity_scan:
|
|
||||||
project:
|
|
||||||
name: "zxing/zxing"
|
|
||||||
description: "Build submitted via Travis CI"
|
|
||||||
notification_email: srowen@gmail.com
|
|
||||||
build_command_prepend: "mvn clean"
|
|
||||||
build_command: "mvn -DskipTests=true compile test-compile"
|
|
||||||
branch_pattern: coverity_scan
|
|
Loading…
Reference in a new issue