Using alternative config for xfvb

This commit is contained in:
Thiago Pradi 2019-08-25 22:50:28 -03:00
parent 16458d458a
commit 7179802fe0

View File

@ -1,5 +1,9 @@
language: ruby language: ruby
dist: xenial
services:
- xvfb
rvm: rvm:
- 2.6.3 - 2.6.3
@ -21,11 +25,6 @@ cache:
install: ./ci/build.sh install: ./ci/build.sh
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
script: ./ci/test.sh script: ./ci/test.sh
jobs: jobs: