summaryrefslogtreecommitdiff
path: root/.travis-coverity-scan-build.sh
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2015-05-24 08:47:22 +0200
committerFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2015-05-24 08:47:22 +0200
commitdd5ad7a1b5387874f9088780e0fb58a726fc04d2 (patch)
treee286d0d755618865db5d2fb5fb58538c797aa1cd /.travis-coverity-scan-build.sh
parentab941c35f9a151a4b2d01816e05518014381d63d (diff)
downloadtcpdump-dd5ad7a1b5387874f9088780e0fb58a726fc04d2.tar.gz
Coverity: build script: Update the download URL of 7.6 release
Diffstat (limited to '.travis-coverity-scan-build.sh')
-rw-r--r--.travis-coverity-scan-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis-coverity-scan-build.sh b/.travis-coverity-scan-build.sh
index 92e3f653..37ef7346 100644
--- a/.travis-coverity-scan-build.sh
+++ b/.travis-coverity-scan-build.sh
@@ -12,7 +12,7 @@ echo -e "\033[33;1mNote: PROJECT_NAME and COVERITY_SCAN_TOKEN are available on P
PLATFORM=`uname`
TOOL_ARCHIVE=/tmp/cov-analysis-${PLATFORM}.tgz
-TOOL_URL=https://scan.coverity.com/download/${PLATFORM}
+TOOL_URL=https://scan.coverity.com/download/cxx/${PLATFORM}
TOOL_BASE=/tmp/coverity-scan-analysis
UPLOAD_URL="http://scan5.coverity.com/cgi-bin/travis_upload.py"
SCAN_URL="https://scan.coverity.com"