Create .travis.yml

This commit is contained in:
Phillip 2013-09-10 15:31:27 -07:00
parent 740fbd4273
commit 351065e494
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
install:
- sudo apt-get update
- sudo apt-get install qt4-qmake
script:
- qmake -project
- qmake libzelda.pro
- make