diff --git a/utils/travis/script-osx.sh b/utils/travis/script-osx.sh index 0089be859e..0fe6583745 100755 --- a/utils/travis/script-osx.sh +++ b/utils/travis/script-osx.sh @@ -45,8 +45,9 @@ test "$("$executable" info has-global-shortcuts)" -eq "1" # Run tests (retry once on error). export COPYQ_TESTS_SKIP_COMMAND_EDIT=1 export COPYQ_TESTS_SKIP_CONFIG_MOVE=1 -"$executable" tests || - "$executable" tests +"$executable" tests traySearch +#"$executable" tests || +# "$executable" tests # Create "CopyQ.dmg". "$qt_bin/macdeployqt" CopyQ.app -verbose=2 -dmg -no-plugins