diff options
author | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-05-24 08:47:22 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-05-24 08:47:22 +0200 |
commit | dd5ad7a1b5387874f9088780e0fb58a726fc04d2 (patch) | |
tree | e286d0d755618865db5d2fb5fb58538c797aa1cd /.travis-coverity-scan-build.sh | |
parent | ab941c35f9a151a4b2d01816e05518014381d63d (diff) | |
download | tcpdump-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.sh | 2 |
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" |