Skip to content

Commit

Permalink
Travis: Test command line arguments that don't need GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Feb 21, 2017
1 parent 914ceb9 commit 41d8f85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils/travis/script-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41d8f85

Please sign in to comment.