mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-22 22:06:43 +00:00
Using alternative config for xfvb
This commit is contained in:
parent
16458d458a
commit
7179802fe0
@ -1,5 +1,9 @@
|
||||
language: ruby
|
||||
|
||||
dist: xenial
|
||||
services:
|
||||
- xvfb
|
||||
|
||||
rvm:
|
||||
- 2.6.3
|
||||
|
||||
@ -21,11 +25,6 @@ cache:
|
||||
|
||||
install: ./ci/build.sh
|
||||
|
||||
before_script:
|
||||
- export DISPLAY=:99.0
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
- sleep 3
|
||||
|
||||
script: ./ci/test.sh
|
||||
|
||||
jobs:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user