Skip to content

Commit a87b789

Browse files
authored
Update travisci_build_coverity_scan.sh
1 parent 369a12e commit a87b789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/travisci_build_coverity_scan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if [ ! -d $TOOL_BASE ]; then
5555
# Download Coverity Scan Analysis Tool
5656
if [ ! -e $TOOL_ARCHIVE ]; then
5757
echo -e "\033[33;1mDownloading Coverity Scan Analysis Tool...\033[0m"
58-
wget -nvN -O $TOOL_ARCHIVE $TOOL_URL --post-data "project=$COVERITY_SCAN_PROJECT_NAME&token=$COVERITY_SCAN_TOKEN"
58+
wget -nv -N -O $TOOL_ARCHIVE $TOOL_URL --post-data "project=$COVERITY_SCAN_PROJECT_NAME&token=$COVERITY_SCAN_TOKEN"
5959
fi
6060

6161
# Extract Coverity Scan Analysis Tool

0 commit comments

Comments
 (0)