We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65fda8 commit 4546cfaCopy full SHA for 4546cfa
.travis.yml
@@ -14,7 +14,7 @@ addons:
14
- xpra
15
16
before_install:
17
- - xpra --xvfb="Xorg +extension RANDR -config tests/dummy.xorg.conf -logfile ${HOME}/.xpra/xorg.log" start :42
+ - xpra --xvfb="Xorg +extension RANDR -config `pwd`/tests/dummy.xorg.conf -logfile ${HOME}/.xpra/xorg.log" start :42
18
19
install:
20
- python setup.py install
0 commit comments