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

Commit 6eb28de

Browse files
committedApr 6, 2020
Fix Travis builds
1 parent c8feade commit 6eb28de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ node_js:
44
- 8
55
- 10
66

7+
services:
8+
- xvfb
9+
710
before_install:
811
- npm install -g npm
912

1013
before_script:
11-
- export DISPLAY=:99.0
12-
- sh -e /etc/init.d/xvfb start
1314
- npm install -g grunt-cli
1415

1516
script:

0 commit comments

Comments
 (0)
This repository has been archived.