Update .travis.yml

This commit is contained in:
木头云 2018-12-17 13:55:15 +08:00 committed by GitHub
parent 1e42cd794c
commit 3d2dc5de77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,14 @@ matrix:
install:
- sudo apt-get update
- sudo apt-get install qtbase5-dev
- sudo apt-get install qt5-qmake libqt5test5
script:
- qmake -v
- cd ./build
- qmake -o Makefile src.pro
- qmake -o MakefileTest test.pro
- make && make -f MakefileTest
- make && make -f MakefileTest && ../output/test
notifications:
slack: