From 3e908ac52d54ea3c7f3548f961b33f6ef1e07bd0 Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Thu, 13 Apr 2017 09:18:10 +0200 Subject: [PATCH] cppcheck 1.78 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c04e6f860..7d3dfb4f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ matrix: - os: linux dist: trusty sudo: required - env: CPPCHECK=yes CPPCHECK_VERSION=1.77 + env: CPPCHECK=yes CPPCHECK_VERSION=1.78 # then check with different optimization flags - os: linux dist: trusty -- GitLab