Create .travis.yml

This commit is contained in:
木头云 2018-12-17 11:45:30 +08:00 committed by GitHub
parent 59a9df60c4
commit 78dd8c3b4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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