1 parent 4db9bee commit 582331aCopy full SHA for 582331a
1 file changed
.travis/travisci_build_coverity_scan.sh
@@ -52,6 +52,13 @@ fi
52
mkdir -p /tmp/coverity-cache || :
53
54
if [ ! -d $TOOL_BASE ]; then
55
+
56
+ # verify that binary is right
57
+ if file $TOOL_ARCHIVE | grep HTML ; then
58
+ echo "Removing $TOOL_ARCHIVE"
59
+ rm -f $TOOL_ARCHIVE
60
+ fi
61
62
# Download Coverity Scan Analysis Tool
63
if [ ! -e $TOOL_ARCHIVE ]; then
64
echo -e "\033[33;1mDownloading Coverity Scan Analysis Tool...\033[0m"
0 commit comments