From 57c994024477597263c73de69e456891171a6c23 Mon Sep 17 00:00:00 2001 From: xawotihs Date: Wed, 30 Oct 2013 00:38:34 +0100 Subject: [PATCH] Deactivated testsuite from travis, resources are not loaded correctly. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1ff1dbd72..be4e4dc42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,2 @@ language: cpp -script: "qmake projects/mtg/wagic-qt.pro CONFIG+=console CONFIG+=debug && make -j 8 && ./wagic" +script: "qmake projects/mtg/wagic-qt.pro CONFIG+=console CONFIG+=debug && make -j 8"