Skip to content

Commit 794895c

Browse files
authored
CI: try using systemd to start xvfb
following part of https://gist.github.com/ypandit/f4fe751bcbf3ee6a32ca
1 parent 6e0c613 commit 794895c

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
@@ -190,7 +190,7 @@ before_script:
190190
- |
191191
if [[ $TRAVIS_OS_NAME != 'osx' ]]; then
192192
export DISPLAY=:99.0
193-
sh -e /etc/init.d/xvfb start
193+
systemctl start Xvfb.service
194194
fi
195195
196196
script: ci/travis/test_script.sh

0 commit comments

Comments
 (0)