Skip to content

Commit 6f90521

Browse files
committed
travis change xvfb to services
1 parent 97eda43 commit 6f90521

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
language: node_js
22
node_js:
33
- "12"
4-
before_script:
5-
- "export DISPLAY=:99.0"
6-
- "sh -e /etc/init.d/xvfb start"
7-
- sleep 3 # give xvfb some time to start
4+
services:
5+
- xvfb
86
addons:
97
firefox: latest
108
chrome: stable

0 commit comments

Comments
 (0)