Skip to content
Snippets Groups Projects
Commit 41d8f85a authored by hluk's avatar hluk
Browse files

Travis: Test command line arguments that don't need GUI

parent 914ceb95
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,10 @@ fi
# Build.
make
# Test command line arguments that don't need GUI.
DISPLAY="" ./copyq --help
DISPLAY="" ./copyq --version
# Start X11 and window manager.
export DISPLAY=:99.0
sh -e /etc/init.d/xvfb start
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment