Skip to content

Commit

Permalink
BUILD Try the new Coverity Scan Travis upload URL
Browse files Browse the repository at this point in the history
The old one was apparently switched off recently. Let's try the new
one, which we previously moved back from because it suddenly stopped
working.
  • Loading branch information
DrMcCoy committed Dec 3, 2015
1 parent cecac92 commit a3ed7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis_coverity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PLATFORM=`uname`
TOOL_ARCHIVE=/tmp/cov-analysis-${PLATFORM}.tgz
TOOL_URL=https://scan.coverity.com/download/${PLATFORM}
TOOL_BASE=/tmp/coverity-scan-analysis
UPLOAD_URL="http://scan5.coverity.com/cgi-bin/travis_upload.py"
UPLOAD_URL="https://scan.coverity.com/builds"
SCAN_URL="https://scan.coverity.com"

# Verify Coverity Scan run condition
Expand Down

0 comments on commit a3ed7c1

Please sign in to comment.