Skip to content

Commit 909f4d9

Browse files
committed
Updated Travis configuration to use an XVFB service instead of an init.d script, which now has been deprecated
1 parent 4484442 commit 909f4d9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ dist: xenial
33
os: linux
44
node_js:
55
- "10"
6-
before_script:
7-
- export DISPLAY=:99.0
8-
- sh -e /etc/init.d/xvfb start
6+
services:
7+
- xvfb
98
sudo: required
109
addons:
1110
chrome: stable

0 commit comments

Comments
 (0)