diff --git a/utils/travis/script-linux.sh b/utils/travis/script-linux.sh index 90f917ea84f613d1306c81d041137584ab9fa778..115f728430bc78040940974a7a806e25f2fb199c 100755 --- a/utils/travis/script-linux.sh +++ b/utils/travis/script-linux.sh @@ -21,6 +21,7 @@ make # Test command line arguments that don't need GUI. DISPLAY="" ./copyq --help DISPLAY="" ./copyq --version +DISPLAY="" ./copyq --info # Start X11 and window manager. export DISPLAY=:99.0 diff --git a/utils/travis/script-osx.sh b/utils/travis/script-osx.sh index ba9f7f2bab5f4be89eaeec1e7dc311d67910fff4..0791999f2d85ee5de0b75bd8624dc8dafe00e9c2 100755 --- a/utils/travis/script-osx.sh +++ b/utils/travis/script-osx.sh @@ -26,6 +26,7 @@ python macdeployqtfix/macdeployqtfix.py "$executable" /usr/local/Cellar/qt5 # Test the app before deployment. "$executable" --help "$executable" --version +"$executable" --info # Run tests. "$executable" tests -silent