1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-18 13:44:58 +03:00

travis-ci: small coverity fixes: change branch filter to master

remove "secure" variable, token is availavle from travis-ci env variables
This commit is contained in:
Ilya Shipitsin
2018-08-12 23:18:48 +05:00
parent cb8e2308a3
commit 92393b4a75
2 changed files with 1 additions and 4 deletions

View File

@ -4,7 +4,7 @@ set -eu
RUN_COVERITY="${RUN_COVERITY:-0}"
export COVERITY_SCAN_PROJECT_NAME="SoftEtherVPN/SoftEtherVPN"
export COVERITY_SCAN_BRANCH_PATTERN="coverity"
export COVERITY_SCAN_BRANCH_PATTERN="master"
export COVERITY_SCAN_NOTIFICATION_EMAIL="chipitsine@gmail.com"
export COVERITY_SCAN_BUILD_COMMAND_PREPEND="./configure"
export COVERITY_SCAN_BUILD_COMMAND="make -C tmp"