From a5854ac0c94161fdb1377cb02b2fe85ffcf9dc0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 15 Sep 2012 19:01:50 +0200 Subject: [PATCH] Travis : added -Ilib after suggestion from edward-san --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3820aeef0..a2b6281ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ compiler: script: - make test - $CXX -o cppcheck -O2 cli/*.cpp lib/*.cpp -Ilib - - ./cppcheck --error-exitcode=1 --enable=style --suppress=duplicateBranch --suppress=stlIfStrFind -q cli gui lib -igui/test + - ./cppcheck --error-exitcode=1 -Ilib --enable=style --suppress=duplicateBranch --suppress=stlIfStrFind -q cli gui lib -igui/test