diff --git a/.travis.yml b/.travis.yml index 724ae7c..1a39323 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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; export IPC_TARGET=test-ipc;