Initial travis.

This commit is contained in:
Martin Rotter 2016-08-17 07:43:23 +02:00
parent b9b3e347b9
commit e125f05f03
1 changed files with 5 additions and 1 deletions

View File

@ -10,5 +10,9 @@ before_install:
- sudo add-apt-repository ppa:beineri/opt-qt57-trusty
- sudo apt-get update
- sudo apt-get install qt57tools qt57base qt57webengine
install: true
qmake . && make
script:
- qmake .
- make