From fe21f6f532d707f682f375040bee46b8419ad677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 15 May 2013 13:25:17 +0200 Subject: [PATCH] Travis: Run tests and checks with --verify --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e564a0088..969520854 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,9 @@ compiler: - gcc - clang script: - - make test - - $CXX -o cppcheck -O2 cli/*.cpp lib/*.cpp -Ilib - - ./cppcheck --error-exitcode=1 -Ilib --enable=style --suppress=duplicateBranch -q cli gui lib -igui/test - mkdir build - - make test SRCDIR=build + - make test SRCDIR=build VERIFY=1 + - ./cppcheck --error-exitcode=1 -Ilib --enable=style --suppress=duplicateBranch -q cli gui lib -igui/test notifications: irc: channels: