From 624f2c7aca57e2872426ff6defd2d74934beaf8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 12 Dec 2012 18:46:08 +0100 Subject: [PATCH] Travis: Use SRCDIR instead of LIBDIR --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 27527886e..cb4ef647f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,5 @@ script: - $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 - - python tools/matchcompiler.py - - make test LIBDIR=build + - make test SRCDIR=build