Skip to content

Commit

Permalink
Extract xvfb as service.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Tumbalev committed Feb 13, 2020
1 parent db4d127 commit 2e9083f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: php

sudo: false

services: xvfb

php:
- 5.6
- 7.0
Expand Down Expand Up @@ -45,7 +47,6 @@ install:
before_script:
- mkdir -p build/logs
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3

script:
Expand Down

0 comments on commit 2e9083f

Please sign in to comment.