This commit is contained in:
mutouyun 2018-12-17 11:49:52 +08:00
commit 8c4bb18c65

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
language: cpp
dist: xenial
matrix:
include:
- os: linux
compiler: gcc
install:
- sudo apt-get update
- sudo apt-get install libqt5-dev qt5-qmake
notifications:
slack:
on_success: never
on_failure: never