Update .travis.yml

This commit is contained in:
木头云 2018-12-17 12:28:01 +08:00 committed by GitHub
parent 3b5878902a
commit 69b011fc45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,10 @@ install:
- sudo apt-get update - sudo apt-get update
- sudo apt-get install libqt5-dev qt5-qmake - sudo apt-get install libqt5-dev qt5-qmake
script:
- gcc -v
- qmake -v
notifications: notifications:
slack: slack:
on_success: never on_success: never