Initial travis.

This commit is contained in:
Martin Rotter 2016-08-17 07:36:55 +02:00
parent f1f9b71d85
commit b9b3e347b9

14
.travis.yml Executable file
View File

@ -0,0 +1,14 @@
dist: trusty
os:
- linux
compiler:
- gcc
before_install:
- sudo add-apt-repository ppa:beineri/opt-qt57-trusty
- sudo apt-get update
- sudo apt-get install qt57tools qt57base qt57webengine
qmake . && make