Skip to content

Commit 67715cc

Browse files
committed
fix: fixed xvfb
1 parent 87cdab5 commit 67715cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ addons:
1010
- google-chrome
1111
packages:
1212
- google-chrome-stable
13+
services:
14+
- xvfb
1315
before_install:
1416
- export CHROME_BIN=chromium-browser
1517
- export DISPLAY=:99.0
16-
- sh -e /etc/init.d/xvfb start
1718
before_script:
1819
- npm install
1920
script:

0 commit comments

Comments
 (0)