Let Coverity run itself only on coverity_scan branch

This commit is contained in:
Raul Tambre 2015-01-18 13:51:40 +02:00
parent 1bf9e41c26
commit 6627cc9666
1 changed files with 1 additions and 1 deletions

View File

@ -52,4 +52,4 @@ addons:
branch_pattern: coverity_scan
script:
- make -j 4
- if [ ${COVERITY_SCAN_BRANCH} != 1 ]; then make -j 4; fi