Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit eaea4a5

Browse files
committed
ci: change xvfb configuration for travis
1 parent 63778f7 commit eaea4a5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ node_js:
55
- 10
66
- 11
77

8+
services:
9+
- xvfb
10+
811
cache:
912
yarn: true
1013
directories:
1114
- node_modules
1215

13-
before_script:
14-
- export DISPLAY=:99.0
15-
- sh -e /etc/init.d/xvfb start
16-
1716
after_success: npm run cover

0 commit comments

Comments
 (0)