Skip to content

Commit 2d4f231

Browse files
committed
chore: changed xvfb to a service.
1 parent 7a085c3 commit 2d4f231

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ language: node_js
22
node_js:
33
- "8"
44
cache: yarn
5+
service:
6+
- xvfb
57
before_script:
68
- export DISPLAY=:99.0
7-
- sh -e /etc/init.d/xvfb start
89
script:
910
- make tests-ci

0 commit comments

Comments
 (0)