Restrict coverity to special branch

This commit is contained in:
Sean Owen 2015-05-05 17:19:08 +01:00
parent 7d7e262d32
commit f56b2962b0

View file

@ -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