We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076f4f7 commit c381f7aCopy full SHA for c381f7a
.travis.yml
@@ -9,7 +9,7 @@ env:
9
10
script:
11
- sudo apt-get -q -y install libxml-xpath-perl xpra graphicsmagick-imagemagick-compat # appstream # TODO: Cache me!
12
- - xpra start :99
+ - xpra start :99 --sync-vfb=50 # https://www.xpra.org/trac/ticket/988#comment:5
13
- until xset -q; do echo "Waiting for X server to start..."; sleep 1; done
14
- # Find out which files in data/ have been changed in the last commit
15
- FILES=$(git log -1 -p data/ | grep +++ | cut -d '/' -f 2- | sed -e 's|dev/null||g')
0 commit comments