update .travis.yml

This commit is contained in:
mutouyun 2019-01-01 16:28:36 +08:00
parent ebc842c4eb
commit e59316bd63

View File

@ -27,7 +27,6 @@ before_install:
script:
- cd ./build
- if [ $USING_CMAKE -eq 1 ]; then
find /usr -name "Qt5*.cmake";
cmake -DCMAKE_BUILD_TYPE=Release CMakeLists.txt;
make;
else