From a69329a69bbba63a1b48d7945abec31802fbfcc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Tue, 4 Dec 2012 23:39:09 +0100 Subject: [PATCH] Revert "Reverted travis update. It doesn't work for some reason." This reverts commit 301a5527f5af99609e638e9a4cc7963d243e359c. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 28a0fa43e..44d0dbfec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,6 @@ 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 LIBDIR=build test +