]> granicus.if.org Git - gc/commitdiff
Travis CI: Use latest (1.85) release version of cppcheck
authorIvan Maidanski <ivmai@mail.ru>
Tue, 27 Nov 2018 08:16:51 +0000 (11:16 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 27 Nov 2018 08:16:51 +0000 (11:16 +0300)
.travis.yml

index e8fdf458f06619a6f81a6d06dc1099a3613f9b87..a587e658adcc2c5c3ab9311fba31dc04a632437f 100644 (file)
@@ -533,7 +533,7 @@ matrix:
 
 before_install:
 - if [[ "$CPPCHECK_ENABLE" != "" ]]; then
-    CPPCHECK_VER=master;
+    CPPCHECK_VER=1.85;
     git clone --depth=3 https://github.com/danmar/cppcheck.git
             ~/cppcheck -b $CPPCHECK_VER;
     make --directory ~/cppcheck -j CXXFLAGS="-O3 -march=native -D NDEBUG";