No need for coverity config in main branch

This commit is contained in:
Sean Owen 2016-06-20 13:54:32 +01:00
parent 1a5b739cdc
commit 41f59701da

View file

@ -14,17 +14,4 @@ cache:
- $HOME/.m2
git:
depth: 10
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
after_success: if [ -n "$JACOCO" ]; then bash <(curl -s https://codecov.io/bash); fi