From 8013d09e4fc051a02dace6738cf7ae41e664ab2c Mon Sep 17 00:00:00 2001 From: xawotihs Date: Wed, 30 Oct 2013 20:30:33 +0100 Subject: [PATCH] Reactivated wagic console in travis CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index be4e4dc42..1ff1dbd72 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" +script: "qmake projects/mtg/wagic-qt.pro CONFIG+=console CONFIG+=debug && make -j 8 && ./wagic"