Skip to content
Snippets Groups Projects
Commit 1141ac8e authored by hluk's avatar hluk
Browse files

Travis: Test "info" argument

parent e34be374
Branches
Tags
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment