Skip to content

Commit 54b273e

Browse files
committed
fix xvfb
1 parent 97cca04 commit 54b273e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ script:
7474
- cd build
7575
- cmake ..
7676
- make -j
77-
- xvfb-run ./livetikz --version | grep -c livetikz
77+
- xvfb-run --auto-servernum --server-num=1 ./livetikz --version | grep -c livetikz

0 commit comments

Comments
 (0)