Simple support for CI at travis

- now compilataion on Linux (using qmake and make) is checked
This commit is contained in:
Dmitry Panin
2013-10-27 14:30:34 +04:00
parent cf50b7d403
commit 1401fef37e

2
.travis.yml Normal file
View File

@@ -0,0 +1,2 @@
language: cpp
script: "qmake projects/mtg/wagic-qt.pro && make -j 8"