From: Jan Kiszka Date: Fri, 6 Feb 2015 13:07:27 +0000 (+0100) Subject: ci: Do not perform regular build for Coverity scan X-Git-Url: https://rtime.felk.cvut.cz/gitweb/jailhouse.git/commitdiff_plain/c7fff1ad6fea3c58e3d65709f382ebb4236c9fe3 ci: Do not perform regular build for Coverity scan There is no need to run the script step when we only want to collect data via the coverity_scan add-on. Signed-off-by: Jan Kiszka --- diff --git a/.travis.yml b/.travis.yml index 046097d..a5b454e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,9 @@ install: - popd script: - - ci/build-all-configs.sh + - if [ ${COVERITY_SCAN_BRANCH} != 1 ]; + then ci/build-all-configs.sh; + fi addons: coverity_scan: