From c7fff1ad6fea3c58e3d65709f382ebb4236c9fe3 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Fri, 6 Feb 2015 14:07:27 +0100 Subject: [PATCH] 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 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: -- 2.39.2