From 6031367aaf8ca40f94b2356b9bd5c7b81df92902 Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Thu, 19 Jan 2017 09:20:35 +0100 Subject: [PATCH] cppcheck version 1.77 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 798c33082..c3f2bb441 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ matrix: - os: linux dist: trusty sudo: required - env: CPPCHECK=yes CPPCHECK_VERSION=1.75 + env: CPPCHECK=yes CPPCHECK_VERSION=1.77 # then check with different optimization flags - os: linux dist: trusty -- GitLab