From 82171773fe89cd582e62a52fdadb152040fc0fd5 Mon Sep 17 00:00:00 2001 From: xawotihs Date: Mon, 28 Oct 2013 00:07:55 +0100 Subject: [PATCH] revert travis config file while the X dependency is not sorted. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1797beec5..333706528 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,2 @@ language: cpp -script: "qmake projects/mtg/wagic-qt.pro CONFIG+=testsuite CONFIG+=debug && make -j 8 && ./wagic testsuite" +script: "qmake projects/mtg/wagic-qt.pro CONFIG+=testsuite CONFIG+=debug && make -j 8"