[master] b50bd74ac Use the latest url for downloading coverity

Federico G. Schwindt fgsch at lodoss.net
Mon Mar 30 23:13:12 UTC 2020


commit b50bd74acca599c7ff70f2adb49265858e33acd0
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Tue Mar 31 00:10:51 2020 +0100

    Use the latest url for downloading coverity

diff --git a/.travis.yml b/.travis.yml
index bcce43f23..a68713459 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -96,7 +96,7 @@ jobs:
         - curl
             --data "token=$COVTOKEN&project=varnish"
             --insecure
-            -o coverity_tool.tgz https://scan.coverity.com/download/linux64
+            -o coverity_tool.tgz https://scan.coverity.com/download/cxx/linux64
         - tar xfz coverity_tool.tgz
         - export PATH=$PATH:$(echo $(pwd)/cov-analysis-*/bin)
       script:


More information about the varnish-commit mailing list