Skip to content

Commit c381f7a

Browse files
authored
Update .travis.yml
1 parent 076f4f7 commit c381f7a

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
@@ -9,7 +9,7 @@ env:
99

1010
script:
1111
- sudo apt-get -q -y install libxml-xpath-perl xpra graphicsmagick-imagemagick-compat # appstream # TODO: Cache me!
12-
- xpra start :99
12+
- xpra start :99 --sync-vfb=50 # https://www.xpra.org/trac/ticket/988#comment:5
1313
- until xset -q; do echo "Waiting for X server to start..."; sleep 1; done
1414
- # Find out which files in data/ have been changed in the last commit
1515
- FILES=$(git log -1 -p data/ | grep +++ | cut -d '/' -f 2- | sed -e 's|dev/null||g')

0 commit comments

Comments
 (0)