Update .travis.yml

This commit is contained in:
probonopd
2016-09-06 13:54:56 +02:00
committed by GitHub
parent c43a8f60ad
commit 81ef176447
+2 -2
View File
@@ -20,8 +20,8 @@ install:
- sudo apt-get -y install qt51tools qt51base - sudo apt-get -y install qt51tools qt51base
script: script:
- source /opt/qt57/bin/qt51-env.sh - source /opt/qt51/bin/qt51-env.sh
- /opt/qt57/bin/qmake linuxdeployqt.pro - /opt/qt51/bin/qmake linuxdeployqt.pro
- make CXX='g++-6' -j7 - make CXX='g++-6' -j7
- find . - find .
- strip linuxdeployqt/linuxdeployqt - strip linuxdeployqt/linuxdeployqt